Create a custom server interface with clacks

PHOTO EMBED

Tue Apr 04 2023 21:18:55 GMT+0000 (Coordinated Universal Time)

Saved by @MaVCArt #python

from clacks import ServerInterface


class MyCustomInterface(ServerInterface):

    def hello_world(self) -> str:
        return 'Hello World'
content_copyCOPY