[MODULE] +init
[burette/account_budget_enhancement.git] / __init__.py
diff --git a/__init__.py b/__init__.py
new file mode 100644 (file)
index 0000000..4c61399
--- /dev/null
@@ -0,0 +1,7 @@
+# -*- coding: utf-8 -*-
+# Copyright 2022 L'Heureux Cyclage
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+import account_budget
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: