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