YouPlot/lib/uplot.rb

7 lines
104 B
Ruby
Raw Normal View History

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