diff options
Diffstat (limited to 'gn_auth/auth/system/__init__.py')
| -rw-r--r-- | gn_auth/auth/system/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gn_auth/auth/system/__init__.py b/gn_auth/auth/system/__init__.py new file mode 100644 index 0000000..5455f73 --- /dev/null +++ b/gn_auth/auth/system/__init__.py @@ -0,0 +1,5 @@ +"""This is for system-specific functionality, e.g. administration. + +This is not meant for day-to-day user activities, more for administrative tasks +to fix things. +""" |
