Example #1
0
#!/usr/bin/python

from dinwiddy.utility.phrases import say_hello

say_hello("Jordan");
Example #2
0
#!/usr/bin/python

from dinwiddy.utility import phrases

phrases.say_hello("Jo");