mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
8 lines
167 B
TypeScript
8 lines
167 B
TypeScript
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2020 The Pybricks Authors
|
|
|
|
export enum TerminalStringId {
|
|
Copy = 'terminal.copy',
|
|
Paste = 'terminal.paste',
|
|
}
|