Implement basic euph room connection

This commit is contained in:
Joscha 2024-02-22 23:46:49 +01:00
parent 8b2004910e
commit 748b1720ba
4 changed files with 202 additions and 5 deletions

View file

@ -12,6 +12,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
fuse-python = "^1.0.7"
websockets = "^12.0"
[tool.poetry.scripts]
eufs = "eufs.main:main"