Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ReckonPrimer.activity/exmult.py
blob: c2ee942294d83f39b7e3d2630b494079ad362783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
#(c) Markus Ehrenreich 2009
#(c) Christian Hain 2009

from exercise import Exercise

class ExMult(Exercise):
    def __init__(self, display, sett):
        pass
        
    def _generate_calcs(self):
        pass