🐛 Added gettext's _() to builtin stubs

This commit is contained in:
GeoffreyCoulaud
2023-05-20 01:30:46 +02:00
parent 83d7aad0d1
commit 138dcb6271

1
src/__builtins__.pyi Normal file
View File

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