#! /usr/bin/python
# -*- coding: utf-8 -*-
import os, os.path
from monajat.monajat import Monajat

m=Monajat()
print m.get()['text']

