7 lines
49 B
Python
7 lines
49 B
Python
from .db import Db
|
|
|
|
|
|
db = Db()
|
|
|
|
__all__ = ["db"]
|