7 lines
90 B
Python
7 lines
90 B
Python
# -*- coding: utf-8 -*-
|
|
from .models.machine import Machine
|
|
|
|
__all__ = [
|
|
"Machine",
|
|
]
|