chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Entry point for ``python -m tools.skillgen``."""
|
||||
from __future__ import annotations
|
||||
|
||||
from tools.skillgen.gen import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user