ai-server/source/model/__init__.py

4 lines
92 B
Python

from . import base
from .DummyModel import DummyModel
from .PythonModel import PythonModel