summaryrefslogtreecommitdiffstats
path: root/awldatablocks.py
blob: db2e1a996973f6a03e55499878d295f9aeff58b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- 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

	def fetch(self, operator):
		pass#TODO
		return 0

	def store(self, operator, value):
		pass#TODO
bues.ch cgit interface