YouPlot/lib/uplot.rb

7 lines
104 B
Ruby
Raw Normal View History

2020-07-28 22:07:15 +08:00
require "uplot/version"
module Uplot
class Error < StandardError; end
# Your code goes here...
end