Models are now loaded in separate endpoints for the inputs to be easier to recognise
3 lines
57 B
Python
3 lines
57 B
Python
from . import base
|
|
|
|
from .PythonModel import PythonModel
|