mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix class name
This commit is contained in:
parent
83b6f112c6
commit
7ab717b03f
2 changed files with 9 additions and 9 deletions
|
|
@ -1,11 +1,11 @@
|
|||
from .app import (
|
||||
LoaderWidow,
|
||||
LoaderWindow,
|
||||
show,
|
||||
cli,
|
||||
)
|
||||
|
||||
__all__ = (
|
||||
"LoaderWidow",
|
||||
"LoaderWindow",
|
||||
"show",
|
||||
"cli",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue