started main script

This commit is contained in:
elburg 2023-01-20 09:38:24 -08:00
parent 1393226d47
commit bb7bc29775
2 changed files with 18 additions and 0 deletions

8
src/__main__.py Normal file
View file

@ -0,0 +1,8 @@
if __name__ == "__main__": raise ModuleNotFoundError("HEY! NO IMPORTING!!!")
from textual.app import App
class MyApp(app):
pass