Clean up and standardize print() debug stuff

This commit is contained in:
Josh Klar
2019-07-12 15:16:33 -07:00
parent edcb681169
commit 1fe80fec92
4 changed files with 121 additions and 30 deletions

View File

@@ -21,6 +21,12 @@ class USB_HID:
self.post_init()
def __repr__(self):
return '{}(REPORT_BYTES={})'.format(
self.__class__.__name__,
self.REPORT_BYTES,
)
def post_init(self):
pass