I hereby claim:
- I am hackndo on github.
- I am pixis (https://keybase.io/pixis) on keybase.
- I have a public key ASBIDPC8WO7r72XQIXv7LRf4DMlheVlEV5niwvKY3tQ4fwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import argparse | |
import os | |
import logging | |
import sys | |
parser = argparse.ArgumentParser( | |
prog='users_to_owned', | |
description='Generate a Neo4J request to own a list of users' | |
) |