mirror of https://github.com/flaggo/pydu.git
add type hint for functional
This commit is contained in:
parent
e8b1ff70fb
commit
5674d4cb33
|
@ -0,0 +1,5 @@
|
|||
from typing import List, Callable, Any
|
||||
|
||||
|
||||
def compose(*funcs: List[Callable]):
|
||||
return Any
|
Loading…
Reference in New Issue