4 lines
71 B
Python
4 lines
71 B
Python
|
class Syntax:
|
||
|
def run(self, text: str) -> str:
|
||
|
return text
|