Toot-Mastodon-CLI-TUI-clien.../toot/cli/__init__.py

10 lines
253 B
Python

from toot.cli.base import cli, Context # noqa
from toot.cli.auth import *
from toot.cli.accounts import *
from toot.cli.lists import *
from toot.cli.post import *
from toot.cli.read import *
from toot.cli.statuses import *
from toot.cli.tags import *