LICENSE
README.md
setup.py
animal_script/__init__.py
animal_script/arithmetic.py
animal_script/conditions.py
animal_script/control.py
animal_script/data_structures.py
animal_script/error_handling.py
animal_script/file_operations.py
animal_script/main.py
animal_script.egg-info/PKG-INFO
animal_script.egg-info/SOURCES.txt
animal_script.egg-info/dependency_links.txt
animal_script.egg-info/entry_points.txt
animal_script.egg-info/top_level.txt
tests/__init__.py
tests/test_arithmetic.py
tests/test_conditions.py
tests/test_control.py
tests/test_data_structures.py
tests/test_error_handling.py
tests/test_file_operations.py
tests/test_main.py