blob: 67cab2e6d878eb1a961de8e34e734428ccb22096 (
plain)
1
2
3
|
# Copyright (C) 2026 Danilo M. <danix@danix.xyz> GPL-2.0-only
# Importing each module runs its @registry.command decorators.
from firefly_cli.commands import auth, account, category, tag # noqa: F401
|