From a296492f7efe26111a06cce1f535916938997a1f Mon Sep 17 00:00:00 2001 From: cschen <cschen@codemp.dev> Date: Sat, 15 Feb 2025 19:50:51 +0100 Subject: [PATCH] adds version function to python type hints --- dist/py/src/codemp/codemp.pyi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/py/src/codemp/codemp.pyi b/dist/py/src/codemp/codemp.pyi index aef51fb..4b0afdc 100644 --- a/dist/py/src/codemp/codemp.pyi +++ b/dist/py/src/codemp/codemp.pyi @@ -1,5 +1,7 @@ from typing import Tuple, Optional, Callable +def version() -> str: ... + class Driver: """ this is akin to a big red button with a white "STOP" on top of it.