mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-01 07:27:55 -08:00
6 lines
95 B
Python
6 lines
95 B
Python
from animal import initial_message
|
|
|
|
|
|
def test_initial_message() -> None:
|
|
initial_message()
|