8 lines
144 B
Python
8 lines
144 B
Python
from oxi.interface import register_parser
|
|
from oxi.interface.models.qtech import Qtech
|
|
|
|
|
|
@register_parser("BDCOM")
|
|
class BDcom(Qtech):
|
|
pass
|