helper/syntax.py

4 lines
71 B
Python
Raw Normal View History

2022-01-14 17:07:18 +04:00
class Syntax:
def run(self, text: str) -> str:
return text