mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
7 lines
104 B
Ruby
7 lines
104 B
Ruby
![]() |
require "uplot/version"
|
||
|
|
||
|
module Uplot
|
||
|
class Error < StandardError; end
|
||
|
# Your code goes here...
|
||
|
end
|