This repository has been archived on 2023-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-asset-manager/webservice/bam/runserver.py
2014-10-30 11:28:59 +01:00

4 lines
71 B
Python
Executable File

#!/usr/bin/env python3
from application import app
app.run(debug=True)