mirror of
https://github.com/taylanbakircioglu/flowfish.git
synced 2026-09-16 15:45:14 +00:00
d7ca50b387
Multi-cluster dependency mapping, real-time network monitoring, impact analysis, and CI/CD integration capabilities. Made-with: Cursor
8 lines
143 B
Python
8 lines
143 B
Python
"""
|
|
Graph Query Service
|
|
Executes queries on dependency graph
|
|
"""
|
|
|
|
__version__ = "1.4.0" # ALWAYS filter edges - guaranteed no floating edges
|
|
|