Files
freeipa/ipa-python/user.py

8 lines
99 B
Python
Raw Normal View History

from ipa.entity import Entity
class User(Entity):
def __init2__(self):
pass