Primary LanguagePythonMIT LicenseMIT
from pysistant.helpers import Timer with Timer() as t: x = 10+20 print(t.elapsed_time())