Error utils flask run

Does anyone know how to resolve this error?

PS C:\Flask\APP-POWERBY> flask run
Usage: flask run [OPTIONS]
Try 'flask run --help' for help.

Error: While importing 'app', an ImportError was raised:

Traceback (most recent call last):
  File "C:\Users\apenaranda\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\cli.py", line 218, in locate_app
    __import__(module_name)
  File "C:\Flask\APP-POWERBY\app.py", line 2, in <module>
    from utils import Utils
ImportError: cannot import name 'Utils' from 'utils' (C:\Users\apenaranda\AppData\Local\Programs\Python\Python311\Lib\site-packages\utils\__init__.py)

Can be closed