Example of python interface (pyi)

admin

python

pyi example:
другие самплы
main
main.pyi
def greet(who):
    return f'Hello {who}'
Новый листинг
скачать через терминал: wget https://coding-style.ru/code_reviews/download/44 && mkdir "example of python interface (pyi)" && unzip 44 -d ./"example of python interface (pyi)" && rm 44 && cd "example of python interface (pyi)"" && git init
(ваш голос учтен)

Прикрепить файл