8 lines
90 B
Python
8 lines
90 B
Python
class LayoutManager:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def layout_group(self, group):
|
|
pass
|
|
|