Formatting

This commit is contained in:
2023-09-16 16:51:31 -04:00
parent 0a64bb27ba
commit b25f464a04
13 changed files with 31 additions and 18 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
"""
"""secure_server.py
----------------
This module facilitates creating an asynchronous SSL server that echoes
received messages. The server operates using SSL certificates stored in
the "server_keys" directory.