1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-12 05:39:52 +02:00
ldapcherry/ldapcherry/backend/__init__.py
2015-04-15 21:13:14 +02:00

21 lines
324 B
Python

# -*- coding: utf-8 -*-
# vim:set expandtab tabstop=4 shiftwidth=4:
#
# The MIT License (MIT)
# LdapCherry
# Copyright (c) 2014 Carpentier Pierre-Francois
class Backend:
def __init__(self):
pass
def add_group(self):
pass
def set_attr(self):
pass
def rm_group(self):
pass