fishBook/fishbook/cmd/initialize.py

10 lines
97 B
Python

import argparse
import json
from IPython import embed
if __name__ == "__main__":
embed()