/the-true

Primary LanguagePythonDo What The F*ck You Want To Public LicenseWTFPL

The one and the only real True value generator.

Example:

from the_true import THE_TRUE
from sys import setrecursionlimit

setrecursionlimit(100000)

while THE_TRUE():
    print("Hello world")