PlanExe / app.py
Simon Strandgaard
Removed dead code
3ac716d
raw
history blame
109 Bytes
if __name__ == "__main__":
from src.plan.app_text2plan import demo_text2plan
demo_text2plan.launch()