3 lines
61 B
Python
3 lines
61 B
Python
from wotstats.init import init_app
|
|
|
|
app, celery = init_app()
|
from wotstats.init import init_app
|
|
|
|
app, celery = init_app()
|