from src.apps.match.models.crawl_property import CrawlProperty
from src.utils.enums import WineProperty

__all__ = ['CrawlProperty', 'WineProperty']
