diff options
Diffstat (limited to 'ttun_server/connections.py')
| -rw-r--r-- | ttun_server/connections.py | 3 |
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 @@ | |||
| 1 | from ttun_server.types import Connection | ||
| 2 | |||
| 3 | connections: dict[str, Connection] = {} | ||
