mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
7 lines
112 B
Python
7 lines
112 B
Python
|
#!/usr/bin/env python
|
||
|
import os
|
||
|
from app import celery, create_app
|
||
|
|
||
|
app = create_app()
|
||
|
app.app_context().push()
|