Module: Trellis3Com

Defined in:
lib/trellis3_com.rb,
lib/trellis3_com/version.rb

Constant Summary collapse

HOMEPAGE =
"https://www.trellis3.com".freeze
SUMMARY =
"Trellis 3 is an AI video generator for image generation and creative art workflows.".freeze
VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.homepageObject



7
8
9
# File 'lib/trellis3_com.rb', line 7

def self.homepage
  HOMEPAGE
end

.summaryObject



11
12
13
# File 'lib/trellis3_com.rb', line 11

def self.summary
  SUMMARY
end