from contextlib import ContextDecorator class makeparagraph(ContextDecorator): def __enter__(self): print('
') return self def __exit__(self, *exc): print('