mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-04 20:03:40 +00:00
6 lines
90 B
Python
6 lines
90 B
Python
|
|
"""Proof-Aware Crypto Tooling Agent."""
|
||
|
|
|
||
|
|
__all__ = ["__version__"]
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|