Re-organization.
This commit is contained in:
parent
5db3ae2933
commit
5421ab7f6e
38 changed files with 0 additions and 0 deletions
15
events.py
Normal file
15
events.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
"""
|
||||
Holds the events scheduled in scheduler.py.
|
||||
"""
|
||||
|
||||
schedule = {
|
||||
'event_example': 60,
|
||||
}
|
||||
|
||||
lastrun = {}
|
||||
|
||||
def event_example():
|
||||
"""
|
||||
This is where the example event would be placed.
|
||||
"""
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue