Add some future annotations
@@ -1,3 +1,4 @@
+from __future__ import annotations
import math
import sys
import traceback
@@ -1,3 +1,5 @@
+
import os
import time