8 lines
99 B
Python
8 lines
99 B
Python
from numpy import array as a
|
|
import numpy as np
|
|
|
|
|
|
class Rect:
|
|
def __init__(self):
|
|
pass
|