mirror of
https://github.com/langgenius/dify.git
synced 2025-11-11 08:53:17 +00: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"
|