Remove the python diff kitten

This commit is contained in:
Kovid Goyal
2023-03-27 11:46:22 +05:30
parent fb9d95038d
commit d30091034a
20 changed files with 216 additions and 2907 deletions

View File

@@ -1,8 +1,5 @@
class GlobalData:
def __init__(self) -> None:
self.title = ''
self.cmd = ''
from typing import Dict
global_data = GlobalData
def syntax_aliases(x: str) -> Dict[str, str]:
return {}