added create.py in db

This commit is contained in:
Alexey Sokolov
2022-02-11 18:45:56 +03:00
parent 0c83713a17
commit e8b2730aac
5 changed files with 41 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import logging
from aiohttp import web
from config import config
import db
from web import app