6 lines
78 B
Ruby
6 lines
78 B
Ruby
|
|
require_relative 'base'
|
||
|
|
|
||
|
|
module TesterConnector
|
||
|
|
class Image < Base
|
||
|
|
end
|
||
|
|
end
|