wrongmove/crawler/repositories/__init__.py

5 lines
96 B
Python
Raw Normal View History

2025-06-11 21:08:11 +00:00
from repositories.listing_repository import ListingRepository
__all__ = ["ListingRepository"]