aboutsummaryrefslogtreecommitdiff
path: root/src/pgpmailman/rest/lists.py
blob: 2c4a58aae7477af2064b9a00e07d1ebe7197c5bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
""""""

from public import public


@public
class AllEncryptedLists:
    pass


@public
class AnEncryptedList:

    def __init__(self, list_name):
        pass