This repository has been archived on 2018-06-04. You can view files and clone it, but cannot push or open issues/pull-requests.
thrift-helloworld/python/helloworld/constants.py

16 lines
360 B
Python

#
# Autogenerated by Thrift Compiler (0.8.0)
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
# options string: py:new_style
#
from thrift.Thrift import TType, TMessageType, TException
from ttypes import *
HELLO_IN_ENGLISH = "hello!"
HELLO_IN_KOREAN = "an-nyoung-ha-se-yo"
HELLO_IN_FRENCH = "bonjour!"
HELLO_IN_JAPANESE = "konichiwa!"