mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-30 16:58:03 +08:00
4 lines
90 B
Python
4 lines
90 B
Python
from pkgutil import extend_path
|
|
|
|
__path__ = extend_path(__path__, __name__) # noqa: F821
|