adds all initial communication functionality

- adds rest server wraper
- adds secret generation
- adds secret visualization
This commit is contained in:
2021-12-10 17:46:53 +01:00
commit 424812432c
3 changed files with 168 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
__pycache__/*
.bump*