Command-line entry point:wq

This commit is contained in:
2025-09-10 22:23:57 -07:00
parent d181ac73b1
commit 63b140209b

View File

@@ -26,3 +26,6 @@ build-backend = "poetry.core.masonry.api"
ipython = "^9.4.0" ipython = "^9.4.0"
jupyter = "^1.1.1" jupyter = "^1.1.1"
[tool.poetry.scripts]
ucsinfer = "ucsinfer.__main__:ucsinfer"