aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/apis/systems/__init__.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-05-31 18:17:05 +0100
committerGravatar GitHub <[email protected]>2024-05-31 18:17:05 +0100
commitbe57dd9e4c2854a767de59edd399794d808b56df (patch)
treefa5de9582207c02c10c88cc1ca731fc23da37abf /arthur/apis/systems/__init__.py
parentSwap from custom trashcan emoji to :wastebasket: (diff)
parentAdd new System Information extension (diff)
Merge pull request #193 from python-discord/system-information-support
Add support for parsing system information
Diffstat (limited to 'arthur/apis/systems/__init__.py')
-rw-r--r--arthur/apis/systems/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/apis/systems/__init__.py b/arthur/apis/systems/__init__.py
new file mode 100644
index 0000000..302f80c
--- /dev/null
+++ b/arthur/apis/systems/__init__.py
@@ -0,0 +1 @@
+"""Functionality for working with various operating systems."""