RndName 54e24dff39 Improve Layout System and adopt to review
- adopted to review comments
- removed the role from layouts
- reworked the Groups within the layouts
- added more documentation
- rebased to latest changes
2022-02-21 20:45:41 +01:00

5 lines
111 B
Python

from .layout import TgoLayout, TgoLayoutGroup
from .layoutloader import LayoutLoader
LAYOUTS = LayoutLoader()