"""Machines plugin models.""" from .machine import Machine, MachineType __all__ = [ 'Machine', 'MachineType', ]