2023-08-02 12:06:19 +02:00

5 lines
80 B
Python

from .server import Server
from .web_server import WebAPI
__all__ = ["Server"]