started main script
This commit is contained in:
parent
1393226d47
commit
bb7bc29775
2 changed files with 18 additions and 0 deletions
8
src/__main__.py
Normal file
8
src/__main__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
if __name__ == "__main__": raise ModuleNotFoundError("HEY! NO IMPORTING!!!")
|
||||
|
||||
from textual.app import App
|
||||
|
||||
class MyApp(app):
|
||||
pass
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue