mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
🎨 chore(*): run black to format the code
This commit is contained in:
@@ -155,6 +155,7 @@ server_normal_channel_functions = [
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
class FontMatches:
|
||||
def __getitem__(self, key):
|
||||
if key == "standard":
|
||||
@@ -172,6 +173,7 @@ class FontMatches:
|
||||
else:
|
||||
raise ValueError(f"Invalid key: {key}")
|
||||
|
||||
|
||||
# Example usage:
|
||||
font_matches = FontMatches()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user