feat: consolidate legacy workflows into gyxx-flow

This commit is contained in:
2026-07-28 14:51:15 +08:00
commit c23b62a8c8
374 changed files with 132990 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"""Run GYXX Flow with ``python -m gyxx_flow``."""
from gyxx_flow.cli import main
if __name__ == "__main__":
raise SystemExit(main())