Skip to content

Commit

Permalink
Adjusted for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
dave3d committed Aug 27, 2024
1 parent 3bc4d25 commit 6ba7e2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dicom2stl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import dicom2stl
""" dicom2stl - Convert DICOM files to STL files """
from dicom2stl import Dicom2STL
import dicom2stl.utils.parseargs


def main():
"""Entry point for the application script"""
args = dicom2stl.utils.parseargs.parseargs()
dicom2stl.Dicom2STL(args)
Dicom2STL.Dicom2STL(args)

0 comments on commit 6ba7e2b

Please sign in to comment.