5 lines
85 B
Python
5 lines
85 B
Python
class Syntax:
|
|
|
|
def run(self, text: str, server: str) -> str:
|
|
return text
|