No Description
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 252B

123456789
  1. #-*- coding:utf-8 -*-
  2. from lodel.plugin import LodelHook
  3. from .datasource import DummyDatasource as Datasource
  4. def migration_handler_class():
  5. from .migration_handler import DummyMigrationHandler as migration_handler
  6. return migration_handler