Add function for adding base data and data reloading.

This commit is contained in:
luxick
2018-02-23 17:11:53 +01:00
parent b0ed96611d
commit af57942ad8
13 changed files with 1154 additions and 566 deletions

View File

@@ -0,0 +1,10 @@
from dsst_gtk3.gtk_ui import DSSTGtkUi
from dsst_sql import sql
from dsst_gtk3 import dialogs, util
class CenterHandlers:
def __init__(self, app: DSSTGtkUi):
self.app = app
def do_add_death(self, *_):
pass