mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-12 12:06:29 +03:00
fix: relocate binary analysis skill
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""Dependency discovery — precedence, verification, bootstrap plan."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from binary_analysis.bootstrap.deps import Dependency, discover_dependencies
|
||||
|
||||
__all__ = [
|
||||
"Dependency",
|
||||
"discover_dependencies",
|
||||
]
|
||||
Reference in New Issue
Block a user