_utils.py 75 B

12345
  1. import socket
  2. def get_hostname() -> str:
  3. return socket.gethostname()