diff options
| author | 2024-05-31 18:09:25 +0100 | |
|---|---|---|
| committer | 2024-05-31 18:15:38 +0100 | |
| commit | 3e942baff266b344f1e9d644d6a6aa023a6313c6 (patch) | |
| tree | fa5de9582207c02c10c88cc1ca731fc23da37abf /arthur/exts/systems/__init__.py | |
| parent | Ignore DTZ003 lint rule (diff) | |
Add new System Information extension
Diffstat (limited to 'arthur/exts/systems/__init__.py')
| -rw-r--r-- | arthur/exts/systems/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/exts/systems/__init__.py b/arthur/exts/systems/__init__.py new file mode 100644 index 0000000..fa87b0c --- /dev/null +++ b/arthur/exts/systems/__init__.py @@ -0,0 +1 @@ +"""Extensions for fetching system information from our production 9front deployment.""" |