mrapids 0.1.7

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
"""{{info.title}} Python SDK
Version: {{info.version}}
{{#if info.description}}

{{info.description}}
{{/if}}
"""
from .client import ApiClient
from .types import ApiConfig, ApiError
from .models import *

__version__ = "{{info.version}}"
__all__ = ["ApiClient", "ApiConfig", "ApiError"]