from app import config
from app.services.blog_sync import BlogSyncService

service = BlogSyncService(backend_url=config.BACKEND_URL)
service.sync()
