o
    @h                     @   s:   d Z ddlmZ e ZeZedkrejdddd dS dS )	a  
app.py

Purpose:
  Application initializer and entrypoint. This file remains at the project root
  (Apache WSGI imports `app:application`). All business logic, routes, and
  helpers live in `app_modules/`. This module wires the Flask app using
  `app_modules.initializer.create_app()`.
    )
create_app__main__z	127.0.0.1i  T)hostportdebugN)__doc__app_modules.initializerr   appapplication__name__run r   r   /var/www/html/app.py<module>   s    
