spip2md/content.py
2023-04-21 08:29:43 +00:00

6 lines
135 B
Python

class content:
def __init__(self, content):
self.content = content
def get_markdown(self):
return self.content