helper/syntax.py

4 lines
71 B
Python

class Syntax:
def run(self, text: str) -> str:
return text