00fcda4fe3
Move demo implementation into opengait_studio, retire Sports2D runtime integration, and align packaging with root-level monorepo dependency management.
8 lines
103 B
Python
8 lines
103 B
Python
from __future__ import annotations
|
|
|
|
from .pipeline import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|