diff options
Diffstat (limited to 'src/pgpmailman/rest/lists.py')
| -rw-r--r-- | src/pgpmailman/rest/lists.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pgpmailman/rest/lists.py b/src/pgpmailman/rest/lists.py index e69de29..2c4a58a 100644 --- a/src/pgpmailman/rest/lists.py +++ b/src/pgpmailman/rest/lists.py @@ -0,0 +1,15 @@ +"""""" + +from public import public + + +@public +class AllEncryptedLists: + pass + + +@public +class AnEncryptedList: + + def __init__(self, list_name): + pass |
