mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 01:43:23 +07:00
It is assumed to be provided with a distribution. As a result stub package should not replace any other package because such package could contain pyi stubs.
2 lines
41 B
Python
2 lines
41 B
Python
def bar(a: str, b: str):
|
|
return a + b |