add stub dt.timer

This commit is contained in:
Prodesire 2018-04-20 19:55:18 +08:00
parent 727d81cd43
commit 65eca21c7b
1 changed files with 6 additions and 0 deletions

6
stubs/pydu/dt.pyi Normal file
View File

@ -0,0 +1,6 @@
from typing import Callable
class timer(object):
elapsed = ... # type: float
print_func = ... # type: Callable