5 lines
73 B
Python
5 lines
73 B
Python
# Database module
|
|
from database.database import db
|
|
|
|
__all__ = ['db']
|