summaryrefslogtreecommitdiffstats
path: root/ttun_server/connections.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttun_server/connections.py')
-rw-r--r--ttun_server/connections.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ttun_server/connections.py b/ttun_server/connections.py
deleted file mode 100644
index a8dabcf..0000000
--- a/ttun_server/connections.py
+++ /dev/null
@@ -1,3 +0,0 @@
1from ttun_server.types import Connection
2
3connections: dict[str, Connection] = {}