2025-08-12 22:28:56 +02:00

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()