Adds keypair model location to init

This commit is contained in:
Mouse Reeve 2021-10-25 18:48:24 -07:00
parent bda7d40f8c
commit b01a64d560

View file

@ -16,7 +16,8 @@ from .attachment import Image
from .favorite import Favorite
from .readthrough import ReadThrough, ProgressUpdate, ProgressMode
from .user import User, KeyPair, AnnualGoal
from .actor import KeyPair
from .user import User, AnnualGoal
from .relationship import UserFollows, UserFollowRequest, UserBlocks
from .report import Report, ReportComment
from .federated_server import FederatedServer