toot/toot/cli/__init__.py

13 wiersze
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