// // Constants.swift // readeck // // Created by Ilyas Hallak on 21.07.25. // // SPDX-License-Identifier: MIT // // This file is part of the readeck project and is licensed under the MIT License. // import Foundation struct Constants { // Empty for now - can be used for other constants in the future }