From 05c0c3da63632740a4423bb2fd0f8df7de63579a Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Tue, 26 Jul 2022 01:47:25 +0300 Subject: [PATCH] Move element drawing to `element` module. --- map_machine/{doc => element}/draw_elements.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename map_machine/{doc => element}/draw_elements.py (100%) diff --git a/map_machine/doc/draw_elements.py b/map_machine/element/draw_elements.py similarity index 100% rename from map_machine/doc/draw_elements.py rename to map_machine/element/draw_elements.py