Support Overpass, overlaps, tree circumference.

This commit is contained in:
Sergey Vartanov 2020-10-03 00:29:13 +03:00
parent b8289467b9
commit acf0ee45d9
5 changed files with 147 additions and 104 deletions

View file

@ -2,9 +2,9 @@
Author: Sergey Vartanov (me@enzet.ru).
"""
from roentgen.grid import draw_grid
from roentgen.grid import draw_all_icons
def test_icons():
def test_icons() -> None:
""" Test grid drawing. """
draw_grid()
draw_all_icons("temp.svg")