コード例 #1
0
def get_prototype():
    # While debugging, we want to just keep reloading the html file for changes
    return Utility.LoadFileString("web/prototype.html")
コード例 #2
0
def get_chat():
    # While debugging, we want to just keep reloading the html file for changes
    return Utility.LoadFileString("web/pages-chat.html")