icp/oer/exercise-formats/input/math/ExerciseHandler.py

10 lines
197 B
Python
Raw Normal View History

2018-05-05 22:18:02 +00:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
print("Handler text/match-regex loaded!")
class ExerciseHandler(object):
def __init__(self):
print("ExerciseHandler text/match-regex")