forked from e621ng/e621ng
8 lines
141 B
Ruby
8 lines
141 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Danbooru
|
|
class CustomConfiguration < Configuration
|
|
# Define your custom overloads here
|
|
end
|
|
end
|