mirror of https://github.com/flaggo/pydu.git
add type hint for console
This commit is contained in:
parent
e2624dfc20
commit
311e8d1f3d
|
@ -0,0 +1,5 @@
|
|||
"""Stubs for console"""
|
||||
from typing import Tuple
|
||||
|
||||
|
||||
def console_size(fallback: Tuple[int, int]=...) -> Tuple[int, int]: ...
|
Loading…
Reference in New Issue