[dataserver/cmd] add first steps towards a data server

This commit is contained in:
2020-08-07 11:17:52 +02:00
parent 38b73303c0
commit 3a09e301c0
7 changed files with 553 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import argparse
import json
from IPython import embed
if __name__ == "__main__":
embed()

View File

View File