---------------------------------------------------------------------- This is the API documentation for the gdtest_gradient_both library. ---------------------------------------------------------------------- ## Functions Public functions sync(source: str, target: str) -> str Synchronize source with target. Parameters ---------- source Source name. target Target name. Returns ------- str Sync status. align(items: list) -> str Align a list of items. Parameters ---------- items Items to align. Returns ------- str Alignment result.