See: https://peps.python.org/pep-0008/#imports
Here absolute imports have been used to avoid the error
`ImportError: attempted relative import with no known parent package`.
This applies mostly the same rules that `black` used.
This commit should not have introduced any logical or functional
changes, only fixing style consistency
Started work on getting the client to accept several callsigns as connection methods, and passing the correct connecting one to the receiving client.
For now, storing some variables that need used later within the SocketInterfaceHandler.
Started work on getting the client to accept several callsigns as connection methods, and passing the correct connecting one to the receiving client.
For now, storing some variables that need used later within the SocketInterfaceHandler.