summaryrefslogtreecommitdiffstats
path: root/awldatablocks.py
blob: 2087d9eba64dde45147eabda73b4f05b65e3aad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-
#
# AWL simulator - datablocks
# Copyright 2012 Michael Buesch <m@bues.ch>
#
# Licensed under the terms of the GNU General Public License version 2.
#

from util import *


class DB(object):
	def __init__(self):
		pass
bues.ch cgit interface