addproject
This commit is contained in:
20
zhyy/library/CommonFun/user_message.py
Normal file
20
zhyy/library/CommonFun/user_message.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
# @Time : 2022/11/22 18:48
|
||||
# @Author: luozhipeng
|
||||
# @File : user_message.py
|
||||
|
||||
class ClassesReminder():
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def before_24h_reminder(self):
|
||||
pass
|
||||
|
||||
def absence_classes_reminder(self):
|
||||
pass
|
||||
|
||||
def before_1h_reminder(self):
|
||||
pass
|
||||
|
||||
def before_2min_reminder(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user