Files
weirdAAL/modules/sts.py
2018-04-19 23:03:08 -04:00

13 lines
201 B
Python

'''
This file is used to perform some EMR actions
'''
from libs.sts import *
def module_sts_get_accountid():
sts_get_accountid()
def module_sts_get_accountid_all():
sts_get_accountid_all()