daemon: moved grpc wrapper classes to core.grpc.wrappers
This commit is contained in:
parent
f6992e7545
commit
b0bac1d319
26 changed files with 47 additions and 40 deletions
|
@ -3,9 +3,9 @@ from typing import List, Optional, Set
|
|||
|
||||
from PIL.ImageTk import PhotoImage
|
||||
|
||||
from core.api.grpc.wrappers import Node, NodeType
|
||||
from core.gui.appconfig import CustomNode, GuiConfig
|
||||
from core.gui.images import ImageEnum, Images, TypeToImage
|
||||
from core.gui.wrappers import Node, NodeType
|
||||
|
||||
ICON_SIZE: int = 48
|
||||
ANTENNA_SIZE: int = 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue