mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-16 22:16:40 +01:00
7 lines
139 B
Python
7 lines
139 B
Python
import procrastinate
|
|
|
|
|
|
def on_app_ready(app: procrastinate.App):
|
|
"""This function is ran upon procrastinate initialization."""
|
|
...
|