What does a . in an import statement in Python mean? October 18, 2022 by Tarik That’s the syntax for explicit relative imports. It means import from the current package.