mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-17 13:16:55 +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"
|