6 lines
92 B
Python
6 lines
92 B
Python
#!/usr/bin/env python3
|
|
from palindrome_mhartl.phrase import Phrase
|
|
|
|
|
|
print("hello, world!")
|