mirror of
https://github.com/rsms/inter.git
synced 2024-12-14 09:04:10 +03:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
|
#!/usr/bin/env python
|
||
|
import sys
|
||
|
from fontTools.ttLib.woff2 import main
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
sys.exit(main())
|