Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.py 227B

12345678
  1. from lodel.plugin import LodelHook
  2. from .datasource import MongoDbDatasource as Datasource
  3. def migration_handler_class():
  4. from .migration_handler import MigrationHandler as migration_handler
  5. return migration_handler