6 lines
123 B
Python
Executable File
6 lines
123 B
Python
Executable File
"""Store AliExpress."""
|
|
|
|
from pricewatch.app.stores.aliexpress.store import AliexpressStore
|
|
|
|
__all__ = ["AliexpressStore"]
|