2022-10-19 08:28:58 -07:00

7 lines
122 B
Python

class Phrase:
"""A class to represent phrases."""
if __name__ == "__main__":
phrase = Phrase()
print(phrase)