Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tostido
/
Cascade
like
1
Configuration error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Cascade
/
tui.py
tostido
feat: Add TUI Explorer for interactive module navigation
b87d71a
18 days ago
raw
Copy download link
history
blame
contribute
delete
173 Bytes
#!/usr/bin/env python
"""
🌐 CASCADE-LATTICE TUI - Entry Point
Run from repo root: python tui.py
"""
from
cascade.tui
import
main
if
__name__ ==
"__main__"
:
main()