├── README.md ├── README_eng.md ├── config.py ├── main.py ├── requirements.txt ├── runner.py ├── setting.py └── tracks.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1qui/new/HEAD/README.md -------------------------------------------------------------------------------- /README_eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1qui/new/HEAD/README_eng.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1qui/new/HEAD/config.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1qui/new/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1qui/new/HEAD/requirements.txt -------------------------------------------------------------------------------- /runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1qui/new/HEAD/runner.py -------------------------------------------------------------------------------- /setting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1qui/new/HEAD/setting.py -------------------------------------------------------------------------------- /tracks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1qui/new/HEAD/tracks.py --------------------------------------------------------------------------------