This commit is contained in:
Reid 'arrdem' McKenzie 2021-05-31 12:28:46 -06:00
commit 03b37675b5
32 changed files with 193 additions and 169 deletions
projects/gandi/src/python/gandi

View file

@ -2,8 +2,8 @@
Quick and shitty Gandi REST API driver
"""
import json
from datetime import datetime
import json
import requests