Files
2026-03-17 19:30:34 +01:00

7 lines
162 B
Python

"""Web server helpers for MicroPythonOS."""
from .webrepl_http import accept_handler
from .webserver import WebServer
__all__ = ["accept_handler", "WebServer"]