feat: component

This commit is contained in:
2026-04-01 08:40:17 +02:00
parent 619d3ec538
commit 8776459ffb
6 changed files with 518 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
"""Allow running µFrame as: python -m uframe render file.uf"""
from uframe.cli import main
import sys
sys.exit(main())