__init__.py
28 Bytes
from ..base.models import *
- Updated package configuration to use setuptools' find_packages with namespace support. - Included new dependencies: lxml and pandas. - Created __init__.py in the models module to import from base models.