X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Fnetwork_generation%2Fmodel%2Fpython%2Fpoint.py;h=41cd8a02aae22c16a28f858e7dbe6cbc8448a382;hb=9a0d7d6f6b9bb268514d0c0e75c071fd297a425a;hp=a4e52834681c793f481897b444629dab25fb85e1;hpb=7004840bca352043aec43d36df79436b90bcbd5a;p=oam.git diff --git a/code/network-generator/network_generation/model/python/point.py b/code/network-generator/network_generation/model/python/point.py index a4e5283..41cd8a0 100644 --- a/code/network-generator/network_generation/model/python/point.py +++ b/code/network-generator/network_generation/model/python/point.py @@ -14,10 +14,10 @@ # # inspired by http://www.redblobgames.com/grids/hexagons/ -#!/usr/bin/python +# !/usr/bin/python + +from __future__ import division, print_function -from __future__ import division -from __future__ import print_function from typing import NamedTuple