salesforce/flo

View on GitHub
lib/flo.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Copyright © 2019, Salesforce.com, Inc.
# All Rights Reserved.
# Licensed under the BSD 3-Clause license.
# For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause

require 'flo/version'

# Parent module for all Flo related functionality.  Should not be used directly.
# See {file:README.md} or {Runner} for information on overall usage.
#
module Flo

end

require 'flo/runner'