Files
post_crawler/src/company_importer/__init__.py
T
2026-05-26 21:02:17 +08:00

4 lines
91 B
Python

from src.company_importer.importer import import_companies
__all__ = ["import_companies"]