@@ -1,4 +1,10 @@
dest_dir=dist/appointment
if [[ -d $dest_dir ]]
then
echo "$dest_dir exists on your filesystem."
else
mkdir -p $dest_dir
fi
pyarmor obfuscate --recursive --output $dest_dir/src src/__init__.py
cp main.py $dest_dir
cp appointment.py $dest_dir
The note is not visible to the blocked user.