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