from test import app # Assuming test.py is in the same directory as app.py app() # Call the app function from test.py