From adce0f381299112a79ff8c94d3ac7ab782e3aa49 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Mon, 13 Jan 2025 18:02:06 +0100 Subject: [PATCH] Added log class to __init__.py --- wobbl_tools/text/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wobbl_tools/text/__init__.py b/wobbl_tools/text/__init__.py index a93a4bf..8c3cab6 100644 --- a/wobbl_tools/text/__init__.py +++ b/wobbl_tools/text/__init__.py @@ -1 +1,3 @@ #!/usr/bin/python3 + +from .log import Log \ No newline at end of file