mirror of
https://github.com/hexedtech/codemp.git
synced 2025-03-26 05:01:32 +01:00
adds version function to python type hints
This commit is contained in:
parent
c41fd40696
commit
a296492f7e
1 changed files with 2 additions and 0 deletions
2
dist/py/src/codemp/codemp.pyi
vendored
2
dist/py/src/codemp/codemp.pyi
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue