mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
11 lines
219 B
Python
11 lines
219 B
Python
import avalon.maya
|
|
|
|
|
|
class CreateLayout(avalon.maya.Creator):
|
|
"""A grouped package of loaded content"""
|
|
|
|
name = "layoutMain"
|
|
label = "Layout"
|
|
family = "layout"
|
|
icon = "cubes"
|
|
defaults = ["Main"]
|