chore: add authors name
This commit is contained in:
parent
d9a093d569
commit
b8b6a1b2bf
@ -1,3 +1,8 @@
|
||||
# Author: Minh Tran and Angelo Reoligio
|
||||
# Date: November 30, 2023
|
||||
# Description: FTP client (both UDP and TCP implemented)
|
||||
|
||||
|
||||
from socket import socket, AF_INET, SOCK_DGRAM
|
||||
from typing import Pattern, Tuple
|
||||
from argparse import ArgumentParser
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Author: Minh Tran and Angelo Reoligio
|
||||
# Date: November 30, 2023
|
||||
# Description: FTP server (both UDP and TCP implemented)
|
||||
|
||||
|
||||
from socket import socket, AF_INET, SOCK_DGRAM
|
||||
from argparse import ArgumentParser
|
||||
import os
|
||||
|
Loading…
x
Reference in New Issue
Block a user