from . import XXXX

前端 未结 2 430
别那么骄傲
别那么骄傲 2020-12-11 06:03

In one of my Python packages the __init__.py file contains the statement

from . import XXXX

What does the \".\" mean here? I g

2条回答
提交回复
热议问题