1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Added a file to run development server.

This commit is contained in:
John Cleaver 2016-03-13 16:16:55 -04:00
parent a48ec9e286
commit d6c5601535

10
runserver.py Normal file
View File

@ -0,0 +1,10 @@
"""
Author: John Cleaver <cleaver.john.k@gmail.com>
Copyright: 2016 John Cleaver
License: See LICENSE file
"""
from stardew_community_checklist import app
app.run(debug=True)