Current File : //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/typing/tests/data/pass/simple_py3.py
import numpy as np

array = np.array([1, 2])

# The @ operator is not in python 2
array @ array