mirror of
https://abf.rosa.ru/djam/python-backports.git
synced 2025-02-23 08:42:56 +00:00
2 lines
75 B
Python
2 lines
75 B
Python
from pkgutil import extend_path
|
|
__path__ = extend_path(__path__, __name__)
|