1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-23 15:37:47 +01:00
Toot-Mastodon-CLI-TUI-clien.../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

4 lines
34 B
Python

from .console import main
main()