mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added draw_checkerboard_tile to init file
This commit is contained in:
parent
5680f96a49
commit
20c119f355
1 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,14 @@
|
|||
from .color_picker_widget import ColorPickerWidget
|
||||
from .color_picker_widget import (
|
||||
ColorPickerWidget
|
||||
)
|
||||
|
||||
from .color_view import (
|
||||
draw_checkerboard_tile
|
||||
)
|
||||
|
||||
|
||||
__all__ = (
|
||||
"ColorPickerWidget",
|
||||
|
||||
"draw_checkerboard_tile"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue