如何在父目录中导入模块?

时间:2017-04-15 07:37:47

标签: python-3.x packages python-import

如何在父目录中导入模块?
在以下包中,我想在main.py中使用techniques模块

我在导入交易时使用__all__来忽略测试。

trade/
    __init__.py
    htmlparser.py
    utils.py
    techniques.py
    tests/
        testdata.json
        main.py

__ INIT __ PY:

__all__ = ["techniques", "utils", "htmlparser"]

0 个答案:

没有答案