All the cool kids are doing it, changing how we register with signals
[theonering] / src / requests.py
1 import logging
2
3 import tp
4
5
6 _moduleLogger = logging.getLogger('requests')
7
8
9 class RequestsMixin(tp.ConnectionInterfaceRequests):
10
11         pass