programmer-Ayush
Results
1
issues of
programmer-Ayush
When i type this for the main.py it shows invalid syntax when i run it from website import create_app app = create_app() if __name__ == '__main__': app.run(debug=True) and when i...