diff --git a/pySim/cards.py b/pySim/cards.py index 719bf0c5..ddc0bf42 100644 --- a/pySim/cards.py +++ b/pySim/cards.py @@ -22,6 +22,8 @@ # along with this program. If not, see . # +from typing import Optional, Dict, Tuple + from pySim.ts_51_011 import EF, DF, EF_AD from pySim.ts_31_102 import EF_USIM_ADF_map from pySim.ts_31_103 import EF_ISIM_ADF_map @@ -488,6 +490,9 @@ class _MagicSimBase(Card): """ + _files = { } # type: Dict[str, Tuple[str, int, bool]] + _ki_file = None # type: Optional[str] + @classmethod def autodetect(kls, scc): try: