mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-17 03:47:50 +01:00
7 lines
103 B
Python
7 lines
103 B
Python
import sys
|
|
from fontTools.designspaceLib import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|