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
|
import asyncio
|
||||||
from aiohttp import web
|
from aiohttp import web
|
||||||
|
|
||||||
import database as db
|
import server.database as db
|
||||||
|
|
||||||
|
|
||||||
ERRORS = {
|
ERRORS = {
|
||||||
'INVALID_PARAMS': {'code': -32602, 'message': 'Invalid parameters'},
|
'INVALID_PARAMS': {'code': -32602, 'message': 'Invalid parameters'},
|
Loading…
Reference in a new issue