diff options
| author | 2024-05-31 18:17:05 +0100 | |
|---|---|---|
| committer | 2024-05-31 18:17:05 +0100 | |
| commit | be57dd9e4c2854a767de59edd399794d808b56df (patch) | |
| tree | fa5de9582207c02c10c88cc1ca731fc23da37abf /arthur/apis/systems/__init__.py | |
| parent | Swap from custom trashcan emoji to :wastebasket: (diff) | |
| parent | Add 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__.py | 1 |
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.""" |