Python从本文件夹导入模块

Python从本文件夹导入模块

from .embeddable import EmbeddableExtractor

·

1 min read

遇到这个代码:

from .embeddable import EmbeddableExtractor

查了一下,.代表就是本文件夹,embeddable.py位于本文件夹下面。

EmbeddableExtractorembeddable.py里面的一个class