Added __main__.py
This commit is contained in:
parent
d475173992
commit
95f7beed17
1 changed files with 5 additions and 0 deletions
5
paramecio/__main__.py
Normal file
5
paramecio/__main__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
from paramecio.console import start
|
||||||
|
|
||||||
|
if __name__=="__main__":
|
||||||
|
start()
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue