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
Ivan Habunek fab23b9069
Reorganize cli imports
The old way did not allow for having multiple commands of the same name
2023-12-13 15:00:47 +01:00

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