How to Solve ImportError: Attempted Relative Import
The error ImportError: attempted relative import with no known parent package usually occurs when you are using a relative import in a script that is not being executed as part of a package. In Python, relative imports only work when a module is executed as part of a package, not as a standalone script.
For More Information: https://www.silverwebbuzz.com/....qanda/solve-importer