├── .github └── workflows │ └── pylint.yml ├── LICENSE ├── README.md ├── app.py └── requirements.txt /.github/workflows/pylint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majacinka/autoGNT/HEAD/.github/workflows/pylint.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majacinka/autoGNT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majacinka/autoGNT/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majacinka/autoGNT/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majacinka/autoGNT/HEAD/requirements.txt --------------------------------------------------------------------------------