This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
wot_stats_server/wots.py

4 lines
65 B
Python
Raw Normal View History

2017-09-03 18:48:42 +03:00
from wotstats.init import init_app
2017-09-17 18:07:15 +03:00
app, celery, db = init_app()