add sources and conf files

This commit is contained in:
sinseman44
2020-11-01 18:29:57 +00:00
parent 6ff1f6559e
commit 15b46ad259
7 changed files with 312 additions and 0 deletions

6
piplotter Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
import src.main
if __name__ == "__main__":
src.main.main()