Removed unused shit.
This commit is contained in:
parent
17de6c1397
commit
9336ba86b0
1 changed files with 0 additions and 3 deletions
|
@ -1,14 +1,11 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
from wobbl_tools import text
|
|
||||||
from typing import Union, Callable
|
from typing import Union, Callable
|
||||||
|
|
||||||
|
|
||||||
pygame.init()
|
pygame.init()
|
||||||
|
|
||||||
log = text.Log()
|
|
||||||
|
|
||||||
buttonlist = False
|
buttonlist = False
|
||||||
buttons = []
|
buttons = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue