Files
clawdbot/skills/local-places/src/local_places/__init__.py
Peter Steinberger 921e5be8e6 fix(skills/local-places): copy files instead of submodule
Submodules are pain. Just copy the Python code directly.

🦞
2026-01-02 15:48:24 +00:00

3 lines
48 B
Python

__all__ = ["__version__"]
__version__ = "0.1.0"