__init__.py 185 B

123456
  1. #
  2. # SPDX-License-Identifier: GPL-2.0-only
  3. #
  4. # Enable other layers to have modules in the same named directory
  5. from pkgutil import extend_path
  6. __path__ = extend_path(__path__, __name__)