Massive refactor (Zed wouldn't stop complaining about formatting) and
beginning of proper GNOME implementation.
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
||||
from enum import StrEnum
|
||||
|
||||
|
||||
class Errors(StrEnum):
|
||||
INSUFFICIENT_INSTRUCTIONS = "Not enough supplied instructions! Usage: {instruction} {connector}"
|
||||
INSUFFICIENT_INSTRUCTIONS = (
|
||||
"Not enough supplied instructions! Usage: {instruction} {connector}"
|
||||
)
|
||||
CONNECTOR_INVALID = "The requested connector is invalid!"
|
||||
CONNECTOR_UNSPECIFIED = "No requested connector!"
|
||||
CONNECTOR_UNSPECIFIED = "No requested connector!"
|
||||
|
||||
Reference in New Issue
Block a user