Model/domain/epc/__init__.py

4 lines
135 B
Python

from domain.epc.epc_record import EpcRecord
from domain.epc.property_type import PropertyType
__all__ = ["EpcRecord", "PropertyType"]