mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-05 21:26:46 +02:00
10 lines
151 B
Python
10 lines
151 B
Python
"""
|
|
Author: Sergey Vartanov (me@enzet.ru).
|
|
"""
|
|
|
|
from roentgen.grid import draw_grid
|
|
|
|
|
|
def test_icons():
|
|
""" Test grid drawing. """
|
|
draw_grid()
|