Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ReckonPrimer.activity/exercises/extimesadd.py
blob: 060375b68435aa331a2409560ee1c936b6463678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
#(c) Martin Neppel 2009
#(c) Walther Neuper 2009

from exercise import Exercise

class ExTimesAdd(Exercise):
    def __init__(self, display, (sett, errors)):
        pass

    def _generate_calcs(self):
        pass