# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from proxy_worker import start_worker

if __name__ == '__main__':
    start_worker.start()
