helper/syntax.py

5 lines
85 B
Python
Raw Normal View History

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