o
    Fý¤hU  ã                   @   sv   d Z ddlZej ej e¡¡Zej e¡Zej ed¡Ze 	d¡p(ej ed¡Z
e 	d¡p8ej ej ed¡¡ZdS )a¨  
paths.py

Purpose:
  Centralize project paths used by the Flask application so that modules do not
  compute their own base directories. This simplifies maintenance and allows a
  single point of change if the layout evolves.

Exports:
  - ROOT_DIR: Absolute path to repository root (where `app.py` resides)
  - STATIC_PATH: Absolute path to `static/`
  - DB_PATH: Absolute path to the SQLite database file `theialogin.db`
é    NÚstaticÚDATABASE_PATHztheialogin.dbÚUSER_PHOTOS_DIR_REALzUser-photos)Ú__doc__ÚosÚpathÚdirnameÚabspathÚ__file__ÚROOT_DIRÚjoinÚSTATIC_PATHÚgetenvÚDB_PATHÚrealpathÚUSER_PHOTOS_REAL© r   r   ú"/var/www/html/app_modules/paths.pyÚ<module>   s    ÿ