mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
10 lines
155 B
Ruby
10 lines
155 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'unicode_plot'
|
|
require 'youplot/version'
|
|
require 'youplot/dsv_reader'
|
|
require 'youplot/command'
|
|
|
|
module YouPlot
|
|
end
|