调整 epanet 从 services 迁到 infra

This commit is contained in:
2026-03-09 16:11:29 +08:00
parent 61d540356d
commit 6eec6c04de
14 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ from .database import *
from .s0_base import get_node_links, get_link_nodes
sys.path.append('..')
from epanet.epanet import run_project
from app.infra.epanet.epanet import run_project
def _calculate_service_area(name: str, inp, time_index: int = 0) -> dict[str, list[str]]:
sources : dict[str, list[str]] = {}