Update FAT32.py

main
Younes Tasra 2023-04-15 22:21:53 +00:00 committed by GitHub
parent 43b33d2397
commit bfa1e23a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/usr/bin/python3
# Authors ---------------------------------------------------------#
# Younes Tasra ~ https://younestasra-r4z3rsw0rd.github.io/ #
# Ayman Zerda ~ https://aymanzerda-sudotime.github.io/ #
#------------------------------------------------------------------#
# Built-in Python Libraries:
from time import sleep
import argparse