feat: component
This commit is contained in:
4
backend/uframe/__main__.py
Normal file
4
backend/uframe/__main__.py
Normal 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())
|
||||
Reference in New Issue
Block a user