new _backend
This commit is contained in:
9
_backend/test.py
Normal file
9
_backend/test.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import _socket
|
||||
|
||||
def main():
|
||||
print('aaa')
|
||||
print(_socket)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user