daemon: moved grpc wrapper classes to core.grpc.wrappers

This commit is contained in:
Blake Harnden 2020-08-27 11:02:02 -07:00
parent f6992e7545
commit b0bac1d319
26 changed files with 47 additions and 40 deletions

View file

@ -5,8 +5,8 @@ from typing import Dict, Optional, Tuple
from PIL import Image
from PIL.ImageTk import PhotoImage
from core.api.grpc.wrappers import NodeType
from core.gui.appconfig import LOCAL_ICONS_PATH
from core.gui.wrappers import NodeType
class Images: