azure_functions_worker/__main__.py (3 lines of code) (raw):

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