# -*- mode: python; -*- """Form class attribute names must match model class attribute names for proper request.form dictionary splatting. """ from .customers.forms import AddCustomer from .ferti.forms import AddFertiLog, AddFertiTarget from .invoices.forms import AddInvoice from .products.forms import AddProduct