mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-10 18:41:49 +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"
|