6 lines
146 B
Python
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 |