[MODULE] +init
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Wed, 11 May 2022 11:08:25 +0000 (13:08 +0200)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Wed, 11 May 2022 11:08:25 +0000 (13:08 +0200)
__init__.py [new file with mode: 0644]

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: