YouPlot/lib/youplot.rb
2020-12-21 14:31:54 +09:00

10 lines
148 B
Ruby

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