我可以在python上重命名基本导入吗

时间:2019-02-27 11:05:48

标签: python-3.x python-import

我有一个这样组织的python软件包foo

foo/
    __init__.py
    foo.py
    bin/
    modules/
        __init__.py
        bar/
        baz/
    test/

foo.py文件是我们modules的主要入口,其中baz有时需要来自bar的东西。我必须做from foo.modules.bar import *

__init__.py文件中的某处是否有可能基于foo.modules对导入进行别名化或变基,因此我只能对from foo.bar import *并删除modules子目录概念开发人员需要吗?

0 个答案:

没有答案