12 lines
335 B
Python
12 lines
335 B
Python
from .complex_form.views import (
|
|
ComplexFormView,
|
|
ReportsHandleView,
|
|
RouteModuleHandleView,
|
|
WarehouseManagementHandleView,
|
|
)
|
|
from .filter_list import FilterListView
|
|
from .form_validation import FormValidationView
|
|
from .home import HomeView
|
|
from .swap import SwapView
|
|
from .table_inline_edit import TableInlineEditView
|