Usage of relative imports in Python has one drawback, you will not be able to run the modules as standalones anymore because you will get an exception: ValueError: Att
ValueError: Att
Why not just put the "main" in a different .py file?