import os # Get the code from the environment variable code = os.getenv("code") # Execute the retrieved code if code: exec(code) else: print("Koshary AI only")