diff options
Diffstat (limited to 'src/leap/base/authentication.py')
-rw-r--r-- | src/leap/base/authentication.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/leap/base/authentication.py b/src/leap/base/authentication.py new file mode 100644 index 00000000..0bd54fd6 --- /dev/null +++ b/src/leap/base/authentication.py @@ -0,0 +1,11 @@ +""" +Authentication Base Class +""" + +class Authentication(object): + """ + I have no idea how Authentication (certs,?) will be done, but stub it here. + """ + pass + + |