当前位置: 首页 > 工具软件 > Relative-RZJ > 使用案例 >

Relative imports

韦高阳
2023-12-01

For example, code in the A.B.C module can do:

from . import D                 # Imports A.B.D
from .. import E                # Imports A.E
from ..F import G               # Imports A.F.G

 类似资料:

相关阅读

相关文章

相关问答