summaryrefslogtreecommitdiffstats
path: root/ipa-python/user.py
blob: cd908e3af123e7d12377f5808fe6d589687333af (plain)
1
2
3
4
5
6
7
from ipa.entity import Entity

class User(Entity):

    def __init2__(self):
        pass