YouPlot/lib/uplot.rb
2020-09-19 00:08:09 +09:00

11 lines
171 B
Ruby

# frozen_string_literal: true
require 'unicode_plot'
require 'uplot/version'
require 'uplot/preprocessing'
require 'uplot/plot'
require 'uplot/command'
module Uplot
end