mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-02-24 08:24:52 +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."""
|
|
...
|