mirror of
https://github.com/ihabunek/toot
synced 2025-01-12 09:33:59 +01:00
fab23b9069
The old way did not allow for having multiple commands of the same name
13 lines
302 B
Python
13 lines
302 B
Python
# flake8: noqa
|
|
from toot.cli.base import cli, Context
|
|
|
|
from toot.cli import accounts
|
|
from toot.cli import auth
|
|
from toot.cli import lists
|
|
from toot.cli import post
|
|
from toot.cli import read
|
|
from toot.cli import statuses
|
|
from toot.cli import tags
|
|
from toot.cli import timelines
|
|
from toot.cli import tui
|