mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-16 00:12:48 +00:00
5 lines
92 B
Python
5 lines
92 B
Python
|
from screens.base import ProtectedScreen
|
||
|
|
||
|
|
||
|
class NotificationsScreen(ProtectedScreen): pass
|