Skip to content
Snippets Groups Projects
Commit 2d760f26 authored by Nico's avatar Nico
Browse files

Move Model class to briar.api.model

parent 66011577
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -3,7 +3,7 @@
# License-Filename: LICENSE.md
from briar.api.constants import BASE_HTTP_URL
from briar.api.models.model import Model
from briar.api.model import Model
from requests import get as _get
from urllib.parse import urljoin
......
......@@ -3,7 +3,7 @@
# License-Filename: LICENSE.md
from briar.api.constants import BASE_HTTP_URL
from briar.api.models.model import Model
from briar.api.model import Model
from requests import get as _get
from requests import post as _post
......
......@@ -3,7 +3,7 @@
# License-Filename: LICENSE.md
from briar.api.constants import WEBSOCKET_URL
from briar.api.models.model import Model
from briar.api.model import Model
import asyncio
import json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment