Static links fixes, fixes for Pypi

This commit is contained in:
Soxoj
2020-12-05 01:24:12 +03:00
parent 285f72a285
commit 7997ade3c5
11 changed files with 60 additions and 585 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ This module defines the objects for notifying the caller about the
results of queries.
"""
from colorama import Fore, Style, init
from result import QueryStatus
from .result import QueryStatus
class QueryNotify():