8 lines
175 B
Python
8 lines
175 B
Python
from app.services.tjnetwork import *
|
|
from get_current_status import *
|
|
|
|
def run_simulation(cur_datetime:str=None)->str:
|
|
|
|
open_project('beibei_skeleton')
|
|
|
|
return |