platypush/platypush/schemas/system/_process/__init__.py

5 lines
104 B
Python

from ._model import Process
from ._schemas import ProcessSchema
__all__ = ['Process', 'ProcessSchema']