We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f0092 commit 0610693Copy full SHA for 0610693
hello_app/webapp.py
@@ -1,4 +1,4 @@
1
-"""Entry point for the application."""
+# Entry point for the application.
2
from . import app # For application discovery by the 'flask' command.
3
from . import views # For import side-effects of setting up routes.
4
0 commit comments