From e084f90c19e779592f6e3f14eb8f70a7287f0dad Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 15 May 2022 13:17:35 +0200 Subject: Modularization. --- app/modules/forms.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/modules/forms.py (limited to 'app/modules/forms.py') diff --git a/app/modules/forms.py b/app/modules/forms.py new file mode 100644 index 0000000..f98995d --- /dev/null +++ b/app/modules/forms.py @@ -0,0 +1,6 @@ +# -*- mode: python; -*- + +from .customers.forms import AddCustomer +from .ferti.forms import AddFertiLog, AddFertiTarget +from .invoices.forms import AddInvoice +from .products.forms import AddProduct -- cgit v1.2.3