diff --git a/vector.py b/vector.py index 54ebc9c..421faf5 100644 --- a/vector.py +++ b/vector.py @@ -1,3 +1,5 @@ +# sample comment + from operator import add, sub import math