Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
thelou1s
/
sleep_data
like
1
Sleeping
App
Files
Files
Community
200c961
sleep_data
/
util
/
debug.py
thelou1s
clean code
5dedebd
12 months ago
raw
Copy download link
history
blame
Safe
148 Bytes
DEBUG =
True
# DEBUG = False
def
debug_print
(
self, *args, sep=
' '
, end=
'\n'
, file=
None
):
if
DEBUG:
print
(self, *args, sep, end, file)