(Reminders): Created reminders module and system.

This commit is contained in:
2021-09-15 19:58:32 +03:00
parent bac72194a3
commit 2acef999c5
7 changed files with 452 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ from .study import *
from .user_config import *
from .workout import *
from .todo import *
from .reminders import *
# from .moderation import *