HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/pysimplesoap/__init__.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""PySimpleSOAP"""


__author__ = "Mariano Reingart"
__author_email__ = "reingart@gmail.com"
__copyright__ = "Copyright (C) 2013 Mariano Reingart"
__license__ = "LGPL 3.0"
__version__ = "1.16.2"

TIMEOUT = 60


from . import client, server, simplexml, transport