move comments around for pydocs functionality
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user