mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-12 17:46:36 +01:00
add typing_extensions for compatibility
This commit is contained in:
parent
c525c06480
commit
b2a877061c
3 changed files with 5 additions and 1 deletions
1
utils.py
1
utils.py
|
|
@ -13,6 +13,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from __future__ import annotations # for compatibility with Python < 3.11
|
||||
import csv
|
||||
import glob
|
||||
import io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue