Health-Risk-Profiler / app /__init__.py
AISENH
feat: Initial project upload
1a08f36
Raw
History Blame Contribute Delete
173 Bytes
# This file is intentionally left empty.
# It tells Python that the 'app' directory is a package,
# allowing us to import modules from it (e.g., from . import services).