YouPlot/lib/youplot.rb

10 lines
158 B
Ruby

# frozen_string_literal: true
require 'unicode_plot'
require 'youplot/version'
require 'youplot/preprocessing'
require 'youplot/command'
module YouPlot
end