mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-04 11:51:52 +02:00
9 lines
120 B
Python
9 lines
120 B
Python
"""
|
|
Author: Sergey Vartanov (me@enzet.ru).
|
|
"""
|
|
|
|
from roentgen.grid import draw_grid
|
|
|
|
|
|
def test_icons():
|
|
draw_grid()
|