10 lines
280 B
Python
10 lines
280 B
Python
|
|
"""
|
||
|
|
Bezalel's Devkit — Shared development tools for the wizard fleet.
|
||
|
|
|
||
|
|
A collection of CLI-accessible utilities for CI, testing, deployment,
|
||
|
|
observability, and Gitea automation. Designed to be used by any agent
|
||
|
|
via subprocess or direct Python import.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|