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