Add _ to Python builtins

This commit is contained in:
kramo
2023-06-10 18:24:59 +02:00
parent e804f8192e
commit 5fadaf8537

1
src/__builtins__.pyi Normal file
View File

@@ -0,0 +1 @@
def _(_msg: str, /) -> str: ...