mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/intellecton.git
synced 2026-06-18 01:22:57 +00:00
6 lines
103 B
Python
6 lines
103 B
Python
import sys
|
|
from fontTools.designspaceLib import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|