From fe8ce17ae1d9a4b1e7a2df1b9588fbe42bec2000 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Jun 2013 11:41:41 +0100 Subject: Add story element classes --- yarnlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarnlib/__init__.py') diff --git a/yarnlib/__init__.py b/yarnlib/__init__.py index 44e83e3..2abc3ad 100644 --- a/yarnlib/__init__.py +++ b/yarnlib/__init__.py @@ -17,4 +17,4 @@ from mdparser import MarkdownParser - +from elements import Story, StoryStep, Implementation -- cgit v1.2.1