#!/usr/bin/python3 # -*- coding: utf-8 -*- # Author: İsmail BAŞARAN from base.scheduler.APSchedulerImpl import APSchedulerImpl class SchedulerFactory(): def get_intstance(self): return APSchedulerImpl()