mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
11 lines
183 B
Python
11 lines
183 B
Python
"""
|
|
|
|
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)
|