async def login_now(*a): # wipe memory and reboot from utils import clean_shutdown clean_shutdown(2)
async def logout_now(*a): # wipe memory and lock up from utils import clean_shutdown clean_shutdown()