make package

This commit is contained in:
Denis Lehmann 2022-04-24 17:48:32 +02:00
parent 4146cb5b8a
commit 1d4ac859d7
15 changed files with 552 additions and 0 deletions

7
run.py Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env python
import raincloud
if __name__ == "__main__":
app = raincloud.app()
app.run()