wrongmove/crawler/models/__init__.py

4 lines
59 B
Python

from models.listing import Listing
__all__ = ["Listing"]