pharma-agent / server /__init__.py
Arshdeep2k5
Fresh start - no db files
8a9e2f2
Raw
History Blame Contribute Delete
231 Bytes
# Fix #11: this file is required for `server/` to be a proper Python package.
# Without it, relative imports in environment.py, app.py, and models.py
# (e.g. `from .models import ...`) will fail when running from the project root.