Refactor threads file structure

This commit is contained in:
Mads Marquart
2020-01-23 14:06:00 +01:00
parent c83836ceed
commit 2aea401c79
17 changed files with 138 additions and 116 deletions

View File

@@ -1,5 +1,5 @@
import fbchat
from fbchat._page import PageData
from fbchat import PageData
def test_page_from_graphql(session):

View File

@@ -1,7 +1,7 @@
import pytest
import datetime
import fbchat
from fbchat._user import UserData, ActiveStatus
from fbchat import UserData, ActiveStatus
def test_user_from_graphql(session):