//
//  Bundle+Resources.swift
//  Face3D
//
//  Created by Josh Fox on 2018/10/24.
//

import Foundation

extension Bundle {
    
    /// The bundle which holds the resources for our library
    static let withResources = Bundle(for: Face3D.self)
    
}
