mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-09 13:10:44 +00:00
4 lines
86 B
Python
4 lines
86 B
Python
|
from screens.base import ProtectedScreen
|
||
|
|
||
|
|
||
|
class MessagesScreen(ProtectedScreen): pass
|