1👍
✅
from solution import forms *
FORMS = [
("customer", customerForm),
("building", buildingForm)
]
Source:stackexchange.com