File: __init__.py

package info (click to toggle)
python-galaxy-tool-util-models 25.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: python: 4,956; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)  # noqa: F821