rollable/src/rollable.cr

7 lines
83 B
Crystal

module Rollable
class ParsingError < Exception
end
end
require "./rollable/*"