diff --git a/hello_app/webapp.py b/hello_app/webapp.py index c76b9bcb3..56386def8 100644 --- a/hello_app/webapp.py +++ b/hello_app/webapp.py @@ -1,4 +1,4 @@ -"""Entry point for the application.""" +# Entry point for the application. from . import app # For application discovery by the 'flask' command. from . import views # For import side-effects of setting up routes.