aboutsummaryrefslogtreecommitdiff
path: root/lib/models/attachment.ml
blob: cd04da897cf597c52578db7b0fb67746fb426a8f (plain) (blame)
1
2
3
module Make(Http : S.Http) = struct
    type t = Attachment_t.t
end