defined 'ConfigType' for configuration file type hinting
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import shutil
|
||||
from pprint import PrettyPrinter
|
||||
from typing import List, Dict
|
||||
from typing import List, Dict, Union
|
||||
|
||||
ConfigType = Dict[str, Union[str, Dict[str, Union[str, int]]]]
|
||||
|
||||
|
||||
def terminal_width() -> int:
|
||||
|
||||
Reference in New Issue
Block a user