from app import run def start_app(): run() # Press the green button in the gutter to run the script. if __name__ == '__main__': start_app()