mirror of
https://github.com/vladmandic/sdnext.git
synced 2026-01-29 05:02:09 +03:00
6 lines
113 B
Python
6 lines
113 B
Python
from .base_model import BaseModel
|
|
from .model_config import ModelConfig
|
|
|
|
|
|
__all__ = ["BaseModel", "ModelConfig"]
|