witchie/toot/__main__.py
Ivan Habunek 83b7f25678
Add __main__.py
This allows launching toot by:

  python -m toot
2023-06-30 11:02:13 +02:00

3 lines
34 B
Python

from .console import main
main()