mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-29 13:41:59 +02: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."""
|
|
...
|