#!/bin/sh
DIR=$(dirname "$0" )

python3 "$DIR"/alx-server.py "$@"
