Пример #1
0
# Copyright Action Without Borders, Inc., the Alfajor authors and contributors.
# All rights reserved.  See AUTHORS.
#
# This file is part of 'alfajor' and is distributed under the BSD license.
# See LICENSE for more details.

from alfajor import APIClient


client = APIClient()
client.configure_in_scope()
Пример #2
0
from alfajor import APIClient

client = APIClient()
client.configure_in_scope("default")
Пример #3
0
from alfajor import APIClient

client = APIClient()
client.configure_in_scope('default')