feat: add comprehensive GitHub workflow and development tools
This commit is contained in:
7
app/.venv/Lib/site-packages/fontTools/qu2cu/__main__.py
Normal file
7
app/.venv/Lib/site-packages/fontTools/qu2cu/__main__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import sys
|
||||
|
||||
from .cli import _main as main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user