Incorporate server and cli into new code #13

Merged
Jaculabilis merged 16 commits from tvb/server into develop 2021-06-16 03:53:07 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 324788f9a1 - Show all commits

View File

@ -17,6 +17,7 @@ black = "^21.5b2"
mypy = "^0.812"
[tool.poetry.scripts]
amanuensis-cli = "amanuensis.cli:main"
amanuensis-server = "amanuensis.server:run"
[tool.black]