from importlib import metadata __version__ = metadata.version(__package__) from .dut import * __all__ = [ "Interface", ]