aboutsummaryrefslogtreecommitdiff
path: root/src/pgpmailman/rest/lists.py
diff options
context:
space:
mode:
authorJ08nY2017-06-04 03:19:32 +0200
committerJ08nY2017-06-04 03:19:32 +0200
commit2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5 (patch)
tree9f81746170edaf32302f95b565cd355ed5f8b95d /src/pgpmailman/rest/lists.py
parentc06af042f8992d8d6abb02a2795b6146c6f32a0e (diff)
downloadmailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.tar.gz
mailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.tar.zst
mailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.zip
Diffstat (limited to 'src/pgpmailman/rest/lists.py')
-rw-r--r--src/pgpmailman/rest/lists.py15
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