4 lines
65 B
Python
4 lines
65 B
Python
#!/usr/bin/env python3
|
|
|
|
class HTTPSocketDriverInterface:
|
|
pass |