python 3.9 compat: introduce typehelpers.py for NoneType, UnionType, TypeAlias

This commit is contained in:
InsanePrawn 2023-04-16 20:48:48 +00:00
parent c357b0a968
commit b84d2202db
9 changed files with 34 additions and 27 deletions

View file

@ -1,4 +1,4 @@
from typing_extensions import TypeAlias
from typehelpers import TypeAlias
FASTBOOT = 'fastboot'
FLASH_PARTS = {