1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-02 06:01:12 +00:00
toot/toot/__main__.py
Ivan Habunek d91f3477a8
Simplify main
No need to handle this stuff here
2023-12-05 10:45:18 +01:00

4 lines
32 B
Python

from toot.cli import cli
cli()