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

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