com.autonomousapps.kit.File.kt Maven / Gradle / Ivy
// Copyright (c) 2024. Tony Robalik.
// SPDX-License-Identifier: Apache-2.0
package com.autonomousapps.kit
/** An arbitrary file. */
public class File(
public val path: String,
public val content: String,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy