7 lines
108 B
Python
Executable file
7 lines
108 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import raincloud
|
|
|
|
if __name__ == "__main__":
|
|
app = raincloud.app()
|
|
app.run()
|