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