data type package

This commit is contained in:
klemek
2021-01-08 16:16:04 +01:00
parent 4e03a9a11b
commit eeedcb0b2d
7 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ from typing import List
from collections import defaultdict
import discord
from utils.utils import no_duplicate, get_intro
from utils import no_duplicate, get_intro
from utils.log_manager import GuildLogs, ChannelLogs, MessageLog
from utils.data_types import Emote
from data_types import Emote
class Scanner(ABC):