led-server/rgbUtils/debug.py
2018-12-29 18:59:48 +01:00

6 lines
94 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
def debug(string):
return
print(string)