from pkgutil import extend_path __path__ = extend_path(__path__, __name__). This will add to the package's __path__ all subdirectories of ...
確定! 回上一頁