import numpy.core.multiarray from app import Application def start(): Application().run() if __name__ == "__main__": start()