From c3a0ca81509b366f5e554c37f476516755a46ab5 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 11 May 2022 13:08:25 +0200 Subject: [PATCH] [MODULE] +init --- __init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..4c61399 --- /dev/null +++ b/__init__.py @@ -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: -- 2.20.1