CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
152 stars 33 forks source link

remove paths.py #54

Closed benfoley closed 5 years ago

benfoley commented 5 years ago

Closes #24

Looks like there is only one use of the constants in paths.py, GUI_PUBLIC_DIR is used in elpis/elpis/__inti__.py. This pr removes the paths file and moves GUI_PUBLIC_DIR into that init file.