import { MetaCrawlerService } from './crawler.service';

export const SERVICES = [
    MetaCrawlerService,
];