forked from IonicDev/ionic-devreq-api-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py
More file actions
16 lines (15 loc) · 872 Bytes
/
__init__.py
File metadata and controls
16 lines (15 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
############################################################
# 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 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 keys.key_create import create_keys
from keys.key_fetch import fetch_keys