mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08: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"
|