feat: Add Cube2Sphere to module exports
Includes the Cube2Sphere class in the module's exports to facilitate easy import for users. Enhances usability by enabling direct import from the module's top level.
This commit is contained in:
parent
874e986b51
commit
1296d51ee7
1 changed files with 4 additions and 1 deletions
|
@ -1 +1,4 @@
|
|||
__author__ = 'Xyene'
|
||||
from .cube2sphere import Cube2Sphere
|
||||
|
||||
__author__ = 'Xyene'
|
||||
__all__ = ['Cube2Sphere']
|
Loading…
Reference in a new issue