Skip to content

Commit

Permalink
added activate/prepare destroy to all managers
Browse files Browse the repository at this point in the history
  • Loading branch information
jirhiker committed Sep 23, 2024
1 parent 9914561 commit 70d700a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pychron/managers/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ class Manager(Viewable, ConfigLoadable):

error_code = None

def activate(self):
pass

def prepare_destroy(self):
pass

def finish_loading(self):
""" """
pass
Expand Down

0 comments on commit 70d700a

Please sign in to comment.