mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-05 20:10:34 +00:00
6 lines
99 B
Python
6 lines
99 B
Python
|
|
"""PACTA proof-checking attestation provider."""
|
||
|
|
|
||
|
|
__all__ = ["__version__"]
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|