mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
9 lines
143 B
Ruby
9 lines
143 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative "regorus/version"
|
|
require_relative "regorus/regorusrb"
|
|
|
|
module Regorus
|
|
class Engine; end
|
|
end
|