Без опису
Ви не можете вибрати більше 25 тем Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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