Moves database file to server and makes the database into a class
This commit is contained in:
parent
06fc7c0de7
commit
7c92ab3aa6
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
import typing
|
||||
import asyncio
|
||||
from aiohttp import web
|
||||
|
||||
import database as db
|
||||
|
||||
import server.database as db
|
||||
|
||||
ERRORS = {
|
||||
'INVALID_PARAMS': {'code': -32602, 'message': 'Invalid parameters'},
|
Loading…
Reference in a new issue