console/swscloud-runserver.py

8 lines
106 B
Python
Raw Normal View History

2016-04-02 03:13:48 +03:00
#!/bin/env python
2015-11-26 23:49:41 +03:00
# coding: utf-8
2016-04-02 00:42:22 +03:00
from SWSCloudCore import app
2015-11-26 23:49:41 +03:00
if __name__ == '__main__':
app.run()