team-10/venv/Lib/site-packages/narwhals/this.py

18 lines
1.5 KiB
Python
Raw Permalink Normal View History

2025-08-02 02:00:33 +02:00
# ruff: noqa
ZEN = """\
THE ZEN OF NARWHALS
Keep it simple
Move slowly and keep things working
A good API is an honest one
Yes, that needs documenting
People learn better from examples
than from explanations
If in doubt, better to say 'no'
than to risk causing a commotion
Yes, we need a test for that
If you want users
you need good docs
Our code is not irreplaceable"""
print(ZEN)