mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
move structures out of webserver
This commit is contained in:
parent
4511f8db5b
commit
a4bb042337
3 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from .webserver import HostMsgAction
|
||||
from .structures import HostMsgAction
|
||||
from .lib import (
|
||||
TrayState,
|
||||
get_tray_state,
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
from .structures import HostMsgAction
|
||||
from .base_routes import RestApiEndpoint
|
||||
from .server import find_free_port, WebServerManager
|
||||
|
||||
|
||||
__all__ = (
|
||||
"HostMsgAction",
|
||||
"RestApiEndpoint",
|
||||
"find_free_port",
|
||||
"WebServerManager",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue