make package
This commit is contained in:
parent
4146cb5b8a
commit
1d4ac859d7
15 changed files with 552 additions and 0 deletions
7
run.py
Executable file
7
run.py
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import raincloud
|
||||
|
||||
if __name__ == "__main__":
|
||||
app = raincloud.app()
|
||||
app.run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue