We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e2ce8 commit 7180d25Copy full SHA for 7180d25
src/markov_novel/chapter.py
@@ -1,7 +1,7 @@
1
from random import randint
2
3
import markovify
4
-from paragraph import Paragraph
+from .paragraph import Paragraph
5
6
7
class Chapter(object):
src/markov_novel/novel.py
@@ -1,4 +1,4 @@
-from chapter import Chapter
+from .chapter import Chapter
class Novel(object):
0 commit comments