mirror of https://github.com/flaggo/pydu.git
add stub dt.timer
This commit is contained in:
parent
727d81cd43
commit
65eca21c7b
|
@ -0,0 +1,6 @@
|
|||
from typing import Callable
|
||||
|
||||
|
||||
class timer(object):
|
||||
elapsed = ... # type: float
|
||||
print_func = ... # type: Callable
|
Loading…
Reference in New Issue