mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 23:00:43 -08:00
6 lines
87 B
Python
6 lines
87 B
Python
from animal import initial_message
|
|
|
|
|
|
def test_initial_message():
|
|
initial_message()
|