Initial commit
This commit is contained in:
6
backend_python/vars.py
Normal file
6
backend_python/vars.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
This file contains all variables that are shared across the entire application.
|
||||
For example: Database connection, sockets, etc.
|
||||
"""
|
||||
|
||||
db = None
|
||||
Reference in New Issue
Block a user