summaryrefslogtreecommitdiff
path: root/python/problems/dictionaries/family/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/dictionaries/family/en.py')
-rw-r--r--python/problems/dictionaries/family/en.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/problems/dictionaries/family/en.py b/python/problems/dictionaries/family/en.py
new file mode 100644
index 0000000..d04f58e
--- /dev/null
+++ b/python/problems/dictionaries/family/en.py
@@ -0,0 +1,14 @@
+id = 20601
+name = 'Family Tree'
+slug = 'Family Tree'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}