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

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

