Files
Livebeat/backend_python/vars.py
2020-10-19 19:00:17 +02:00

6 lines
146 B
Python

"""
This file contains all variables that are shared across the entire application.
For example: Database connection, sockets, etc.
"""
db = None