diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:17:35 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:17:35 +0200 |
| commit | e084f90c19e779592f6e3f14eb8f70a7287f0dad (patch) | |
| tree | 1215177356105452c39a916fd050f79c9721f523 /app/modules/forms.py | |
| parent | 1dad22d3e45d6506c8624e3a7111240fcc4ab786 (diff) | |
Modularization.
Diffstat (limited to 'app/modules/forms.py')
| -rw-r--r-- | app/modules/forms.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |