2023-01-05 03:06:22 +01:00
|
|
|
// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Bindings for SOP subcommands to a SOP binary.
|
|
|
|
*/
|
2023-01-07 15:23:57 +01:00
|
|
|
package sop.external.operation;
|