Create account

replied 1d
print(f"File not found: {filepath}", file=sys.stderr)
sys.exit(1)
except Exception as e:
print(f"File read failed: {e}", file=sys.stderr)