fix(skills/local-places): copy files instead of submodule

Submodules are pain. Just copy the Python code directly.

🦞
This commit is contained in:
Peter Steinberger
2026-01-02 15:48:24 +00:00
parent 100a022ab7
commit 921e5be8e6
13 changed files with 617 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
__all__ = ["__version__"]
__version__ = "0.1.0"