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