mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
4 lines
135 B
Python
4 lines
135 B
Python
from domain.epc.epc_record import EpcRecord
|
|
from domain.epc.property_type import PropertyType
|
|
|
|
__all__ = ["EpcRecord", "PropertyType"]
|