From: Ludovic CHEVALIER Date: Wed, 11 May 2022 11:08:25 +0000 (+0200) Subject: [MODULE] +init X-Git-Url: https://git.cyclocoop.org/?p=burette%2Faccount_budget_enhancement.git;a=commitdiff_plain;h=c3a0ca81509b366f5e554c37f476516755a46ab5 [MODULE] +init --- 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: