from oxi.interface import register_parser from oxi.interface.models.qtech import Qtech @register_parser("BDCOM") class BDcom(Qtech): pass