Adapt code to match secret_handshake changes
This commit is contained in:
3
ssb/feed/__init__.py
Normal file
3
ssb/feed/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .models import Feed, LocalFeed, Message, LocalMessage, NoPrivateKeyException
|
||||
|
||||
__all__ = ('Feed', 'LocalFeed', 'Message', 'LocalMessage', 'NoPrivateKeyException')
|
Reference in New Issue
Block a user