Ahenk/opt/ahenk/base/scheduler/SchedulerFactory.py
2016-04-01 14:11:48 +03:00

10 lines
No EOL
279 B
Python

#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
from base.scheduler.APSchedulerImpl import APSchedulerImpl
class SchedulerFactory():
def get_intstance(self):
return APSchedulerImpl()