mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-11 20:55:40 -08:00
6 lines
87 B
Python
6 lines
87 B
Python
from animal import initial_message
|
|
|
|
|
|
def test_initial_message():
|
|
initial_message()
|