from app.services.tjnetwork import read_inp def network_update(file_path: str, project_code: str) -> None: """Replace one project's hydraulic model from an EPANET INP file.""" read_inp(project_code, file_path)