1 2 3 4 5 6 7 8 9
from __future__ import annotations def run(): print("magic") if __name__ == "__main__": run()