# 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()