#!/usr/bin/python3 # -*- coding: utf-8 -*- # Author: İsmail BAŞARAN class AhenkDao(object): """ Sqlite manager for ahenk """ def __init__(self): super(AhenkDao, self).__init__()