aboutsummaryrefslogtreecommitdiffstats
path: root/python/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/shell.py')
-rw-r--r--python/shell.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/shell.py b/python/shell.py
index d53911b9..9b561f5f 100644
--- a/python/shell.py
+++ b/python/shell.py
@@ -1,14 +1,15 @@
# flake8: noqa
# bunch of libraries one might want
-import uuid
-import datetime
-import requests
import argparse
+import datetime
+import uuid
import fatcat_openapi_client
+import requests
from fatcat_openapi_client import *
from fatcat_openapi_client.rest import ApiException
+
from fatcat_tools import *
if __name__ == '__main__':