summaryrefslogtreecommitdiffstats
path: root/ttun_server/connections.py
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2021-12-30 10:16:41 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-01-09 13:00:48 +0100
commit46af86f8ace136dd1d1d94590d3423e6b12e3f7b (patch)
treef190663cd8202c7bc7034adbf9dabd7da293082c /ttun_server/connections.py
downloadserver-1.0.0.tar.gz
server-1.0.0.tar.bz2
server-1.0.0.zip
Prepare for githubv1.0.0
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] = {}