Add database submodule for easy db access

This commit is contained in:
Joscha 2017-09-07 22:35:48 +00:00
parent db07cdf17b
commit 2e7b364307
5 changed files with 207 additions and 0 deletions

View file

@ -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 *