Python impor melingkar

# File: flask.py
import flask

# This results in an error, as the file tries to import itself.
# The simplest solution is just to rename your file
# so that it has a name different from all your modules.
Leo