mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-14 08:32:17 +03:00
10 lines
No EOL
285 B
Python
10 lines
No EOL
285 B
Python
#!/usr/bin/python3
|
|
# -*- coding: utf-8 -*-
|
|
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
|
|
|
from base.scheduler.custom_scheduler_impl import CustomScheduler
|
|
|
|
class SchedulerFactory():
|
|
|
|
def get_intstance(self):
|
|
return CustomScheduler() |