Skip to content

Commit

Permalink
Added imports to __all__ in __init__.py, see PR #130
Browse files Browse the repository at this point in the history
  • Loading branch information
rapoliveira committed May 9, 2024
1 parent 31b9d8d commit 9160298
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion source/MulensModel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@

from .version import __version__

__all__ = ['mulensobjects', 'MODULE_PATH', 'DATA_PATH', 'BinaryLens']
__all__ = ['mulensobjects', 'MODULE_PATH', 'DATA_PATH', 'BinaryLens',
'BinaryLensWithShear', 'Caustics', 'CausticsPointWithShear',
'CausticsWithShear', 'Coordinates', 'Event', 'FitData', 'Horizons',
'LimbDarkeningCoeffs', 'MagnificationCurve', 'Model',
'ModelParameters', 'which_parameters', 'MulensData', 'Lens',
'Source', 'MulensSystem', 'orbits', 'PointLens',
'get_pspl_magnification', 'PointLensWithShear',
'PointLensFiniteSource', 'SatelliteSkyCoord', 'Trajectory',
'UniformCausticSampling', 'MAG_ZEROPOINT', 'Utils', '__version__']

MODULE_PATH = path.abspath(__file__)
for i in range(3):
Expand Down

0 comments on commit 9160298

Please sign in to comment.