Do not clash names

master
Salvo 'LtWorf' Tomaselli 2020-08-19 08:32:22 +07:00
parent b86c0c6a61
commit b69fd0980b
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 1 additions and 1 deletions

@ -22,7 +22,7 @@
import csv
from itertools import chain, repeat, product as iproduct
from collections import deque
from typing import *
from typing import NamedTuple, FrozenSet, Iterable, List, Dict, Tuple
from pathlib import Path
from relational.rtypes import *