helper/syntax.py

5 lines
85 B
Python

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