move comments around for pydocs functionality

This commit is contained in:
carnal0wnage
2018-04-19 23:03:08 -04:00
parent 6428dca3af
commit 6c6359476f
26 changed files with 239 additions and 167 deletions

View File

@@ -1,12 +1,13 @@
'''
This file is used to perform some EMR actions
'''
from libs.sts import *
def module_sts_get_accountid():
get_accountid()
sts_get_accountid()
def module_sts_get_accountidall():
get_accountid_all()
def module_sts_get_accountid_all():
sts_get_accountid_all()