Skip to content

Commit

Permalink
wrong dicom2stl module
Browse files Browse the repository at this point in the history
  • Loading branch information
dave3d committed Feb 29, 2024
1 parent bbe2da3 commit 971cf67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dicom2stl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import dicom2stl
import dicom2stl.utils.parseargs
def main():
"""Entry point for the application script"""
args = dicom2stl.utils.parseargs.parseargs()
dicom2stl_func.Dicom2STL(args)
dicom2stl.Dicom2STL(args)

0 comments on commit 971cf67

Please sign in to comment.