Sun Position: rename north.py to draw.py

This commit is contained in:
Damien Picard 2023-01-07 20:18:34 +01:00
parent a9d4443c24
commit f5ea6e3982
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from bpy.props import (StringProperty, EnumProperty, IntProperty,
FloatProperty, BoolProperty, PointerProperty)
from .sun_calc import sun_update, parse_coordinates
from .north import north_update
from .draw import north_update
from math import pi
from datetime import datetime