mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-13 09:12:22 +03:00
9 lines
271 B
Python
9 lines
271 B
Python
#!/usr/bin/python3
|
|
# -*- coding: utf-8 -*-
|
|
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
|
|
|
class TaskManager(object):
|
|
"""docstring for TaskManager"""
|
|
def __init__(self):
|
|
super(TaskManager, self).__init__()
|
|
|