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

3 lines
48 B
Python
Raw Normal View History

2014-10-16 16:10:25 +02:00
from application import app
2014-10-17 09:33:16 +02:00
app.run(debug=True)