8 lines
193 B
Python
8 lines
193 B
Python
# Copyright (C) 2015 Custodia Project Contributors - see LICENSE file
|
|
from __future__ import absolute_import
|
|
|
|
from ipaserver.custodia.server import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|