Allow loading from file

This commit is contained in:
mrfakename
2024-02-27 01:00:46 +00:00
parent 20544c33b9
commit 28e76e2cd1
4 changed files with 30 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ setup(
"console_scripts": [
"melotts = melo.main:main",
"melo = melo.main:main",
"melo-ui = melo.app:main",
],
},
)