1# SPDX-FileCopyrightText: 2014-2024 Fredrik Ahlberg, Angus Gratton,
2# Espressif Systems (Shanghai) CO LTD, other contributors as noted.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5
6import esp_rfc2217_server
7
8if __name__ == "__main__":
9    esp_rfc2217_server.main()
10