from __future__ import annotations def run(): print("magic") if __name__ == "__main__": run()