2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
Comrad/komrade/app/screens/notifications/notifications.py
quadrismegistus 11667b5aa9 renaming
2020-09-05 16:01:53 +01:00

5 lines
92 B
Python

from screens.base import ProtectedScreen
class NotificationsScreen(ProtectedScreen): pass