mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
7 lines
146 B
Python
7 lines
146 B
Python
from screens.base import ProtectedScreen
|
|
from screens.feed.feed import *
|
|
from screens.post.post import *
|
|
|
|
class MessagesScreen(PostScreen): pass
|
|
|