1
0
mirror of https://github.com/ihabunek/toot synced 2025-01-12 09:33:59 +01:00
Toot-Mastodon-CLI-TUI-clien.../toot/cli/__init__.py

13 lines
302 B
Python
Raw Normal View History

2023-12-03 07:07:18 +01:00
# flake8: noqa
from toot.cli.base import cli, Context
2023-11-26 18:00:57 +01:00
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