mirror of
https://github.com/dkam/openlib.git
synced 2025-12-28 11:14:52 +00:00
Initial import
This commit is contained in:
14
lib/openlib.rb
Normal file
14
lib/openlib.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'openlib/version'
|
||||
require 'openlib/client'
|
||||
require 'openlib/book'
|
||||
|
||||
module Openlib
|
||||
ID_KINDS = %i[isbn oclc lccn olid].freeze
|
||||
|
||||
class Error < StandardError; end
|
||||
# Your code goes here...
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user