home ~ projects ~ socials

Print Flask Debug Messages To The Terminal In Python

import sys

print('Hello world!', file=sys.stderr)
-- end of line --