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
/
mtiLib
/
__main__.py
6 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
[mtiLib] add __main__.py to allow running package as module This now works: $ fonttools mtiLib or which is the same: $ python -m fontTools.mtiLib
2017-01-11 12:15:33 +00:00
import
sys
from
fontTools
.
mtiLib
import
main
Blacken code
2022-12-13 11:26:36 +00:00
if
__name__
==
"
__main__
"
:
sys
.
exit
(
main
(
)
)
Reference in New Issue
Copy Permalink