mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
6 lines
130 B
Python
6 lines
130 B
Python
"""Binary Analysis CLI — backend-neutral static analysis harness."""
|
|
|
|
from __future__ import annotations
|
|
|
|
__version__ = "0.1.0"
|