mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 17:27:16 -05:00
7 lines
136 B
Ruby
7 lines
136 B
Ruby
# frozen_string_literal: true
|
|
|
|
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
|
|
require "dify_client"
|
|
|
|
require "minitest/autorun"
|