Update loggable.py

This commit is contained in:
Espy | Neko | 404 2018-05-22 23:09:03 +01:00 committed by GitHub
parent 1da3add7d3
commit 1b1edc14a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@ boast faster lookups.
import logging import logging
__all__ = ('Loggable',)
class Loggable: class Loggable:
__slots__ = ('logger',) __slots__ = ('logger',)