mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
3 lines
107 B
Python
3 lines
107 B
Python
""" A client library for accessing Windmill server API """
|
|
from .client import AuthenticatedClient, Client
|