adds version function to python type hints

This commit is contained in:
cschen 2025-02-15 19:50:51 +01:00
parent c41fd40696
commit a296492f7e

View file

@ -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.