fe8642dfaf
- Remove reflex dependency from pyproject.toml - Move pathways_app/ and rxconfig.py to archive/ - Update CLAUDE.md: Dash app structure, callback chain, run command - All completion criteria validated (10/10 pass)
5 lines
95 B
Python
5 lines
95 B
Python
# Re-export app from pathways_app
|
|
from pathways_app.pathways_app import app
|
|
|
|
__all__ = ["app"]
|