Reorganize algorithm packages by business responsibility, move orchestration into services, and keep database access behind pooled repositories. Harden analysis API validation, remove unsafe legacy simulation endpoints, and add regression and architecture boundary coverage. BREAKING CHANGE: legacy algorithm module paths and obsolete simulation endpoints are removed.
4 lines
75 B
Python
4 lines
75 B
Python
from .pipeline import run_burst_location
|
|
|
|
__all__ = ["run_burst_location"]
|