kalenislims/lims_instrument_generic_ser.../__init__.py

13 lines
386 B
Python

# This file is part of lims_instrument_generic_service module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from trytond.pool import Pool
from . import resultsimport
def register():
Pool.register(
resultsimport.ResultsImport,
module='lims_instrument_generic_service', type_='model')