muse-dl/src/journal.cr

7 lines
82 B
Crystal
Raw Normal View History

require "./thing.cr"
2020-03-28 20:02:55 +00:00
module Muse::Dl
class Journal < Muse::Dl::Thing
2020-03-28 20:02:55 +00:00
end
end