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

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