"""Allow running µFrame as: python -m uframe render file.uf""" from uframe.cli import main import sys sys.exit(main())