This is my actual code saved as Cartoonify.py
This is my init.py
#init.py file
from .Cartoonify import Cartoon<br>
__all__= [
"Cartoon"
]
I am getting this following error:
ModuleNotFoundError:
No module named '__ main __.Cartoonify'; '__main __' is not a package