Skip to content

Commit

Permalink
Refactored loki_updater
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRico committed Jan 16, 2025
1 parent c2c17a7 commit 2203ce2
Show file tree
Hide file tree
Showing 6 changed files with 1,470 additions and 1,239 deletions.
11 changes: 11 additions & 0 deletions loki_modules/loki_mixins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
from .source_utility_methods_mixin import SourceUtilityMethods
from .source_db_operations_mixin import SourceDbOperations

# loki_updater
from .updater_download_mixin import UpdaterDownloadMixin
from .updater_database import UpdaterDatabaseMixin
from .updater_liftover_mixin import UpdaterLiftOverMixin
from .updater_operations_mixin import UpdaterOperationsMixin


# Define which classes will be exported when importing `mixins`
__all__ = [
"Schema",
Expand All @@ -26,4 +33,8 @@
"DatabaseQueryMixin",
"SourceUtilityMethods",
"SourceDbOperations",
"UpdaterDownloadMixin",
"UpdaterDatabaseMixin",
"UpdaterLiftOverMixin",
"UpdaterOperationsMixin",
]
Loading

0 comments on commit 2203ce2

Please sign in to comment.