Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalther Neuper <neuper@neuper.(none)>2009-12-12 11:26:50 (GMT)
committer Walther Neuper <neuper@neuper.(none)>2009-12-12 11:26:50 (GMT)
commit5ddd7758a4f13eeb70b396befdf0ceebb363436f (patch)
treec73351ef706ef1584e2424ccf5018966bd9071b8
parent8f62252e360163fe24c044dbf7e2569aec1233bd (diff)
added Learner, Author finished
-rw-r--r--ReckonPrimer.activity/author.py8
-rw-r--r--ReckonPrimer.activity/learner.py8
2 files changed, 16 insertions, 0 deletions
diff --git a/ReckonPrimer.activity/author.py b/ReckonPrimer.activity/author.py
new file mode 100644
index 0000000..ce7574f
--- /dev/null
+++ b/ReckonPrimer.activity/author.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+class Author:
+ """ All functionality within the learners rights. """
+
+ def __init__(self):
+ pass
+
diff --git a/ReckonPrimer.activity/learner.py b/ReckonPrimer.activity/learner.py
new file mode 100644
index 0000000..6f66300
--- /dev/null
+++ b/ReckonPrimer.activity/learner.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+class Learner:
+ """ All functionality within the learners rights. """
+
+ def __init__(self):
+ pass
+