import generator
from generator import *



context = str(input("Enter paragraph\n"))
context.replace("\n", " ")
creator(context)