dolphins7.skeleton/twenty-cli/lib/twenty-cli.rb

9 lines
161 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Twenty
2023-12-20 01:44:03 +01:00
require "json"
require "twenty-backend"
require "twenty-frontend"
2023-12-09 22:46:13 +01:00
require_relative "twenty-cli/command"
end