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