I don’t want my imports to execute any code anyways, that is just bad behavior, code should be executed when I call the functions in the module, not when I import it.
So if I import a module, and it have a async def function then I guess I can still call it even if the import statement is not async.