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, 3 insertions, 0 deletions
diff --git a/ttun_server/connections.py b/ttun_server/connections.py
new file mode 100644
index 0000000..a8dabcf
--- /dev/null
+++ b/ttun_server/connections.py
@@ -0,0 +1,3 @@
1from ttun_server.types import Connection
2
3connections: dict[str, Connection] = {}