Skip to content

Commit

Permalink
rename class
Browse files Browse the repository at this point in the history
  • Loading branch information
Koyaani committed Jul 4, 2022
1 parent f43620a commit a8d2c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py3dtiles/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ def print_debug(self):


def convert(*args, **kwargs):
converter = Convert(*args, **kwargs)
converter = _Convert(*args, **kwargs)
return converter.convert()


class Convert:
class _Convert:
def __init__(self,
files,
outfolder='./3dtiles',
Expand Down

0 comments on commit a8d2c86

Please sign in to comment.