blob: 8204db6bc4ffba081b8b4c03932ceb117db89eb6 (
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, transaction # noqa: F401
|