#!/usr/local/bin env python
from forbesqotd import forbes


app = forbes()
print(app.get_quote())
print("By: ",app.get_by())