From 246875690f5e2bf100e392e305482756a4f251a6 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sun, 25 Feb 2024 15:03:11 +0100 Subject: [PATCH] Corrected some imports. --- pg.py | 2 +- text.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pg.py b/pg.py index cdd97d4..3ddc235 100644 --- a/pg.py +++ b/pg.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 import pygame -from tools import text +from wobbl_tools import text from typing import Union, Callable diff --git a/text.py b/text.py index dca76fc..3805ec4 100644 --- a/text.py +++ b/text.py @@ -1,7 +1,8 @@ #!/usr/bin/python3 import random -from tools import buntcheck +from wobbl_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