blob: f98995dfe221e448a671885cd1add292419a7407 (
plain)
1
2
3
4
5
6
|
# -*- mode: python; -*-
from .customers.forms import AddCustomer
from .ferti.forms import AddFertiLog, AddFertiTarget
from .invoices.forms import AddInvoice
from .products.forms import AddProduct
|