mirror of
https://github.com/rsms/inter.git
synced 2024-11-15 19:47:47 +01:00
6 lines
119 B
Python
Executable file
6 lines
119 B
Python
Executable file
#!/usr/bin/env python
|
|
import sys
|
|
from fontTools.ttLib.woff2 import main
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|