1 2 3 4 5 6
from . import DealFormat class DLMFormat(DealFormat): @property def suffix(self): return '.dlm'