mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 17:39:28 +08:00
6 lines
88 B
Python
6 lines
88 B
Python
from .. import server
|
|
|
|
|
|
def test_socket():
|
|
server.unix_domain_socket_server('name')
|