//
// Empty.swift
// Pachyderm
// Created by Shadowfacts on 9/9/18.
// Copyright © 2018 Shadowfacts. All rights reserved.
import Foundation
public struct Empty: Decodable {
}