mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
11 lines
171 B
Ruby
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
|