diff --git a/wobbl_tools/pygame_tools/utils.py b/wobbl_tools/pygame_tools/utils.py index 828f295..6d7bc5c 100644 --- a/wobbl_tools/pygame_tools/utils.py +++ b/wobbl_tools/pygame_tools/utils.py @@ -1,14 +1,11 @@ #!/usr/bin/python3 import pygame -from wobbl_tools import text from typing import Union, Callable pygame.init() -log = text.Log() - buttonlist = False buttons = []