diff options
| author | 2024-05-28 20:00:07 +0200 | |
|---|---|---|
| committer | 2024-05-31 18:14:55 +0100 | |
| commit | 6c3865e40cbcbce4b57edbef16fa5335449e1826 (patch) | |
| tree | a3cfd3b3d728fe1fc6cf1f083c056ab4df63a2a0 /arthur/apis/systems/__init__.py | |
| parent | Swap from custom trashcan emoji to :wastebasket: (diff) | |
Add support for parsing system information
This commit adds support for parsing miscellaneous system file formats,
allowing us to further incorporate parsing for files such as
``/proc/PID/status`` for future command purposes.
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.""" | 
