mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
6 lines
95 B
Python
6 lines
95 B
Python
from animal import initial_message
|
|
|
|
|
|
def test_initial_message() -> None:
|
|
initial_message()
|