Files
weirdAAL/modules/sts.py
2018-04-16 21:05:15 -04:00

12 lines
187 B
Python

'''
This file is used to perform some EMR actions
'''
from libs.sts import *
def step_sts_get_accountid():
get_accountid()
def step_sts_get_accountidall():
get_accountid_all()