# # Rick Ratzel # 3/11/2004 # # Copyright (c) 2004 Richard L. Ratzel # see file "COPYRIGHT" for more details... # # tell Elmer the name of the module...this is used # for prefixes and the initial "import" call, so # leave off the .py extension, just like import # module piglatin # # define the functions to be exposed and their # return and arg types, similar to a C prototype # string piglatin( string englishTextString ) string depiglatin( string piglatinTextString )