[+] Python 3.7 3.8 support
This commit is contained in:
parent
9ec3f74c0d
commit
b9dfa5e200
6 changed files with 19 additions and 7 deletions
|
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
import json
|
||||
from dataclasses import dataclass
|
||||
from pathlib import Path
|
||||
from typing import Literal, Iterable
|
||||
from typing import Iterable
|
||||
|
||||
from hypy_utils import printc, json_stringify, color
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue