console/swscloud-runserver.py

8 lines
110 B
Python
Raw Normal View History

2016-04-09 16:52:33 +03:00
#!/usr/bin/env python
# coding: utf-8
from SWSCloudCore import app
if __name__ == '__main__':
app.run()