# -*- coding: utf-8 -*- # # AWL simulator - datablocks # Copyright 2012 Michael Buesch # # Licensed under the terms of the GNU General Public License version 2. # from util import * class DB(object): def __init__(self): pass