def bytearray_concat(*args): """ ??????? ???????????????? ?????????? bytearray ? ????. """ return bytearray_cast(reduce(operator.concat, args))