Relative import problems in Python 3

后端 未结 7 1009
庸人自扰
庸人自扰 2021-02-13 21:01

Python imports drive me crazy (my experience with python imports sometime doesn\'t correspond at all to idiom \'Explicit is better than implicit\' :( ):

[app]
           


        
相关标签:
7条回答
  • 2021-02-13 21:59
    module2.py
              import module1
    

    Works too.

    0 讨论(0)
提交回复
热议问题