12 lines
191 B
Python
12 lines
191 B
Python
'''
|
|
This file is used to perform some EMR actions
|
|
'''
|
|
from libs.sts import *
|
|
|
|
|
|
|
|
def module_sts_get_accountid():
|
|
get_accountid()
|
|
|
|
def module_sts_get_accountidall():
|
|
get_accountid_all() |