From 38e8be3318b9f2963860395d064303d28f175137 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Mon, 6 Jan 2025 16:06:19 +0100 Subject: [PATCH] Added build directories to .gitignore --- .gitignore | 2 ++ wobbl_tools/__init__.py | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index bee8a64..71733a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __pycache__ +build +wobbl_tools.egg-info \ No newline at end of file diff --git a/wobbl_tools/__init__.py b/wobbl_tools/__init__.py index a93a4bf..1751df7 100644 --- a/wobbl_tools/__init__.py +++ b/wobbl_tools/__init__.py @@ -1 +1,4 @@ #!/usr/bin/python3 + +from .pygame_tools import pgui +