linting ...
[oam.git] / code / network-generator / network_generation / model / python / point.py
index a4e5283..41cd8a0 100644 (file)
 #
 # 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