eu-scrapper / main.py
brestok's picture
init
ab0a73d
raw
history blame contribute delete
98 Bytes
"""
This module contains the main application.
"""
from app import create_app
app = create_app()