From a9b7872fd85cbde483bc65fc1540a9d7f0c5d193 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 30 Jun 2026 11:06:44 +0200 Subject: feat: transaction add/list/get/search with type inference --- firefly_cli/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefly_cli/commands/__init__.py') diff --git a/firefly_cli/commands/__init__.py b/firefly_cli/commands/__init__.py index 67cab2e..8204db6 100644 --- a/firefly_cli/commands/__init__.py +++ b/firefly_cli/commands/__init__.py @@ -1,3 +1,3 @@ # Copyright (C) 2026 Danilo M. GPL-2.0-only # Importing each module runs its @registry.command decorators. -from firefly_cli.commands import auth, account, category, tag # noqa: F401 +from firefly_cli.commands import auth, account, category, tag, transaction # noqa: F401 -- cgit v1.2.3