forked from jgrewe/fishbook
[dataserver/cmd] add first steps towards a data server
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import argparse
|
||||
import json
|
||||
|
||||
from IPython import embed
|
||||
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
embed()
|
||||
0
fishbook/cmd/runserver.py
Normal file
0
fishbook/cmd/runserver.py
Normal file
0
fishbook/cmd/test_client.py
Normal file
0
fishbook/cmd/test_client.py
Normal file
Reference in New Issue
Block a user