7 lines
146 B
Python
7 lines
146 B
Python
from tjnetwork import *
|
|
from get_realValue import *
|
|
def get_current_total_Q():
|
|
ids=['3489']
|
|
total_q=get_realValue(ids)
|
|
return total_q
|