Add database submodule for easy db access
This commit is contained in:
parent
db07cdf17b
commit
2e7b364307
5 changed files with 207 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ logger.setLevel(logging.INFO)
|
|||
from .bot import *
|
||||
from .connection import *
|
||||
from .controller import *
|
||||
from .database import *
|
||||
from .room import *
|
||||
from .utils import *
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue