удалены неиспользуемые модули.
This commit is contained in:
parent
b5e3fd95b6
commit
58f3527dbc
4 changed files with 101 additions and 5 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import os
|
||||
import logging
|
||||
import tkinter as tk
|
||||
from functools import partial
|
||||
|
|
@ -6,11 +5,10 @@ from tkinter import messagebox, Canvas
|
|||
from PIL import Image, ImageTk
|
||||
import math
|
||||
|
||||
from config import EXIT_BUTTON_WIDTH, EXIT_BUTTON_HEIGHT, BUTTON_COLOR_EXIT
|
||||
from config import BUTTON_COLOR_EXIT
|
||||
from src.ui.user_ui.game_ui import GameUI
|
||||
from src.ui.user_ui.knowledge_ui import knowledge_ui
|
||||
from src.ui.user_ui.profile_ui import profile_ui
|
||||
from src.utils import clear_frame
|
||||
|
||||
# Пути к изображениям собак
|
||||
DOG_IMAGES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue