Delete __main__.py

This commit is contained in:
PyMaster 2020-09-06 21:11:13 +03:00 committed by GitHub
parent cb08cd884e
commit bfe51f1c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
from . import App
if __name__ == '__main__':
App().run()