mirror of
https://abf.rosa.ru/djam/python-backports.git
synced 2025-02-23 16:52:55 +00:00
3 lines
75 B
Python
3 lines
75 B
Python
![]() |
from pkgutil import extend_path
|
||
|
__path__ = extend_path(__path__, __name__)
|