5 lines
71 B
Python
5 lines
71 B
Python
from .db import Database
|
|
from .base_class import Base
|
|
|
|
db = Database()
|