mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-18 07:27:48 +01:00
6 lines
94 B
Python
6 lines
94 B
Python
import sys
|
|
from fontTools.mtiLib import main
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|