Skip to content

Commit

Permalink
Import InterpreterResponse to add it to the Serializable registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 27, 2025
1 parent e0eba2b commit a3e76da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mfp/gui_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from mfp.gui import modes
from mfp.gui.colordb import ColorDB, RGBAColor
from mfp.gui.param_info import ParamInfo, ListOfInt
from mfp.interpreter import InterpreterResponse
from .singleton import Singleton
from .mfp_command import MFPCommand
from .gui_command import GUICommand
Expand Down

0 comments on commit a3e76da

Please sign in to comment.