Skip to content

Commit

Permalink
refactor: add parse_polygon to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Feb 21, 2024
1 parent e4292fb commit 05d4f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
WeaMetaData,
)

from .utils import gen_grid, unpack_primitives
from .utils import gen_grid, unpack_primitives, parse_polygon

from .window import (
create_glazing_system,
Expand Down Expand Up @@ -147,6 +147,7 @@
"load_matrix",
"matrix_multiply_rgb",
"parse_epw",
"parse_polygon",
"parse_wea",
"surfaces_view_factor",
"unpack_primitives",
Expand Down

0 comments on commit 05d4f37

Please sign in to comment.