Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Added methods for printing quotes by particular author #443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion motivate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from motivate import quote
from motivate import quote
from motivate.motivate.quotes_byAuthor import quotes_byAuthor
Loading