1
Fork 0

Import typing.

This commit is contained in:
Bauke 2022-09-25 15:16:39 +02:00
parent 5c19efbff4
commit 66c23c9f19
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import os
import re
import subprocess
import sys
import typing
def main() -> None: