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
/
merge
/
__main__.py
7 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
[merge] Move code into module directory
2021-12-16 08:26:56 -07:00
import
sys
from
fontTools
.
merge
import
main
Blacken code
2022-12-13 11:26:36 +00:00
if
__name__
==
"
__main__
"
:
[merge] Move code into module directory
2021-12-16 08:26:56 -07:00
sys
.
exit
(
main
(
)
)
Reference in New Issue
Copy Permalink