5 lines
95 B
Python
5 lines
95 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from lc_ldap import lc_ldap
|
|
__all__ = [lc_ldap]
|