Skip to content
Snippets Groups Projects
_hello.pyi 128 B
Newer Older
Xuefeng Ding's avatar
Xuefeng Ding committed
__all__ = ["add", "complexf"]

Xuefeng Ding's avatar
Xuefeng Ding committed
def add(__a: float, __b: float) -> float: ...
def complexf(__a: float, __b: float) -> float: ...