azure-functions-python-worker/azure_functions_worker/__main__.py

7 строки
178 B
Python

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from azure_functions_worker import main
if __name__ == '__main__':
main.main()