7 lines
173 B
Python
7 lines
173 B
Python
#!/usr/bin/python3
|
|
# Copyright (C) 2017 IPA Project Contributors, see COPYING for license
|
|
from ipaserver.secrets.service import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|