forked from jgrewe/fishbook
10 lines
97 B
Python
10 lines
97 B
Python
import argparse
|
|
import json
|
|
|
|
from IPython import embed
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
embed() |