补全 services/tjnetwork.py 的 Facade 覆盖,把绕过的 8 处直接引用都收归到 tjnetwork.py 导出
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import numpy as np
|
||||
from app.services.tjnetwork import *
|
||||
from app.native.wndb.s36_wda_cal import *
|
||||
|
||||
# from get_real_status import *
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
@@ -5,7 +5,6 @@ from math import pi
|
||||
import pytz
|
||||
|
||||
from app.algorithms.api_ex.run_simulation import run_simulation_ex
|
||||
from app.native.wndb.project import copy_project
|
||||
from app.services.epanet.epanet import Output
|
||||
from app.services.tjnetwork import *
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
from typing import Any
|
||||
import app.native.wndb as api
|
||||
from app.native.wndb.s36_wda_cal import *
|
||||
import app.services.epanet as epanet
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user