mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Flatten the module hierarchy
Move Parser and Options up
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'unicode_plot'
|
||||
require 'youplot/version'
|
||||
require 'youplot/dsv'
|
||||
require 'youplot/parameters'
|
||||
require 'youplot/command'
|
||||
require_relative 'youplot/version'
|
||||
require_relative 'youplot/dsv'
|
||||
require_relative 'youplot/parameters'
|
||||
require_relative 'youplot/command'
|
||||
|
||||
module YouPlot
|
||||
class << self
|
||||
|
||||
Reference in New Issue
Block a user