Removed symlink to _pgui and created proper lazy-import in __init__.py

This commit is contained in:
The Wobbler 2025-03-26 17:35:11 +01:00
parent 8d245c0f69
commit 17de6c1397
2 changed files with 3 additions and 1 deletions

View file

@ -5,3 +5,6 @@ def __getattr__(name):
from .pygame_tools import pgui
return pgui
if False:
from .pygame_tools import pgui # noqa

View file

@ -1 +0,0 @@
pygame_tools/pgui