Add __main__.py
This allows launching toot by: python -m toot
This commit is contained in:
parent
de087b414c
commit
83b7f25678
1 changed files with 3 additions and 0 deletions
3
toot/__main__.py
Normal file
3
toot/__main__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from .console import main
|
||||
|
||||
main()
|
Loading…
Reference in a new issue