VideoModelStudio / vms /ui /__init__.py
Julian Bilcke
refactoring to a better architecture
0ad7e2a
raw
history blame
82 Bytes
from .video_trainer_ui import VideoTrainerUI
__all__ = [
'VideoTrainerUI',
]