Wobuzz/wobuzz/ui/custom_widgets/__init__.py

9 lines
157 B
Python
Raw Permalink Normal View History

#!/usr/bin/python3
def __getattr__(name):
match name:
case "GroupBox":
from .group_box import GroupBox
return GroupBox