from aiofile import async_open, AIOFile AIOFile("file", 'r') # $ getAPathArgument="file" async_open("file", "r") # $ getAPathArgument="file"