Split GitExporter out of Importer class

This commit is contained in:
Stephan Kulow
2022-11-02 07:59:25 +01:00
parent 9de0d6e6c5
commit c4654dd896
5 changed files with 189 additions and 205 deletions

View File

@@ -7,7 +7,8 @@ from lib.db_revision import DBRevision
class TestExporter:
""""Helper class to export data from production DB for tests"""
""" "Helper class to export data from production DB for tests"""
def __init__(self, package):
self.package = package