initial commit
This commit is contained in:
12
python_server/model/Animation/__init__.py
Normal file
12
python_server/model/Animation/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .animation_loader import (
|
||||
AnimationBackend,
|
||||
UnifiedAnimationConfig,
|
||||
build_animation_predictor,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AnimationBackend",
|
||||
"UnifiedAnimationConfig",
|
||||
"build_animation_predictor",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user