2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-09 13:10:44 +00:00
Comrad/app/screens/notifications/notifications.py

5 lines
92 B
Python
Raw Normal View History

2020-08-10 16:37:42 +00:00
from screens.base import ProtectedScreen
class NotificationsScreen(ProtectedScreen): pass