4 lines
83 B
Python
4 lines
83 B
Python
from flask_sock import Sock
|
|
import inspect
|
|
print(inspect.getsource(Sock.__init__))
|