forked from DevCycleHQ/python-server-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py
More file actions
23 lines (17 loc) · 833 Bytes
/
Copy path__init__.py
File metadata and controls
23 lines (17 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# coding: utf-8
# flake8: noqa
"""
DevCycle Bucketing API
Documents the DevCycle Bucketing API which provides and API interface to User Bucketing and for generated SDKs. # noqa: E501
OpenAPI spec version: 1.0.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
from __future__ import absolute_import
# import models into model package
from devcycle_python_sdk.models.error_response import ErrorResponse
from devcycle_python_sdk.models.event import Event
from devcycle_python_sdk.models.feature import Feature
from devcycle_python_sdk.models.inline_response201 import InlineResponse201
from devcycle_python_sdk.models.user_data import UserData
from devcycle_python_sdk.models.user_data_and_events_body import UserDataAndEventsBody
from devcycle_python_sdk.models.variable import Variable