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
/
qu2cu
/
__main__.py
8 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
[qu2cu] Add __main__.py
2023-02-16 20:10:40 -07:00
import
sys
Remove qu2cu.cli from --help
2024-04-30 13:22:58 -06:00
from
.
cli
import
_main
as
main
[qu2cu] Add __main__.py
2023-02-16 20:10:40 -07:00
if
__name__
==
"
__main__
"
:
sys
.
exit
(
main
(
)
)
Reference in New Issue
Copy Permalink