mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
window do not import from base but categories
This commit is contained in:
parent
b3b3985e67
commit
00de464e2e
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
from Qt import QtWidgets, QtGui
|
||||
from .base import CategoryState, SystemWidget, ProjectWidget
|
||||
from .categories import (
|
||||
CategoryState,
|
||||
SystemWidget,
|
||||
ProjectWidget
|
||||
)
|
||||
from .widgets import ShadowWidget
|
||||
from .. import style
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue