This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
fontTools
/
cu2qu
/
__main__.py
7 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
Revert "Remove all top-level cu2qu files that conflict with fonttools merge" This reverts commit 09257ab57b03cef5c73557ece77ca048db2fc78d.
2020-04-01 18:41:29 +01:00
import
sys
Hide cu2qu.cli from --help
2024-04-30 13:23:56 -06:00
from
.
cli
import
_main
as
main
Revert "Remove all top-level cu2qu files that conflict with fonttools merge" This reverts commit 09257ab57b03cef5c73557ece77ca048db2fc78d.
2020-04-01 18:41:29 +01:00
if
__name__
==
"
__main__
"
:
sys
.
exit
(
main
(
)
)
Reference in New Issue
Copy Permalink