-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path__init__.py
17 lines (16 loc) · 921 Bytes
/
__init__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
############################################################
# This is a code sample for the Ionic Security Inc. API, #
# and this packages it so it is usable by other examples. #
# The intention is to show how to interact with the API #
# using builtin and 3rd-party libraries instead of the #
# Ionic SDK. #
# #
# (c) 2017-2020 Ionic Security Inc. #
# Confidential and Proprietary #
# By using this code, I agree to the Terms & Conditions #
# (https://www.ionic.com/terms-of-use/) and the Privacy #
# Policy (https://www.ionic.com/privacy-notice/) #
############################################################
from registration.registration import create_device
from keys.keys import create_keys, fetch_keys
import persistors.persistors