mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 12:16:56 -06:00
8 lines
100 B
Python
8 lines
100 B
Python
|
from ipa.entity import Entity
|
||
|
|
||
|
class Group(Entity):
|
||
|
|
||
|
def __init2__(self):
|
||
|
pass
|
||
|
|