refactoring

This commit is contained in:
Spitap
2022-09-19 14:59:43 +02:00
parent b0d56b3989
commit f3811b4b39
8 changed files with 161 additions and 185 deletions

View File

@@ -161,6 +161,10 @@ class Installer(object):
"""Tasks to execute before the installer starts."""
pass
def restore(self):
"""Tasks to execute to restore files/databases."""
pass
def post_run(self):
"""Additionnal tasks."""
pass