__init__.py 89 B

1234
  1. """Initialize the index package"""
  2. # flake8: noqa
  3. from .base import *
  4. from .typ import *