14 lines
476 B
Python
14 lines
476 B
Python
# main function for storage API
|
|
# this is the barest of bones to load the api
|
|
|
|
# import class libraries
|
|
from Routes import *
|
|
|
|
#######################################################################
|
|
#######################################################################
|
|
### Main Subroutine
|
|
#######################################################################
|
|
#######################################################################
|
|
|
|
if __name__ == '__main__':
|
|
run_main() |