mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 15:34:01 +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."""
|
|
...
|