diff --git a/pg.py b/pg.py index 27c0a7c..3c7c954 100644 --- a/pg.py +++ b/pg.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 import pygame -import text +from tools import text log = text.Log() diff --git a/text.py b/text.py index cd554a1..678685b 100644 --- a/text.py +++ b/text.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 import random -import buntcheck +from tools import buntcheck def format_string(text: str, prefix: str = "§", suffix: str = "", auto_rs: bool = True): # formats the text e.g. text after "§red" is colored red