Improve python support

This commit is contained in:
Heiner Lohaus 2024-04-21 22:44:29 +02:00
parent 3a23e81de9
commit 8dcef3b2a7
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from __future__ import annotations
import json
import base64
import hashlib

View File

@ -1,3 +1,5 @@
from __future__ import annotations
import base64
import json
import os