mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-13 07:24:37 +02:00
6 lines
135 B
Python
6 lines
135 B
Python
|
# SPDX-FileCopyrightText: PhiBo DinoTools (2021)
|
||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
class MissingValue(ValueError):
|
||
|
pass
|