-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #605 from RocketPy-Team/enh/environment-class-majo…
…r-refactor-may-2024 ENH: Environment class major refactor may 2024
- Loading branch information
Showing
14 changed files
with
2,359 additions
and
2,140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
"""The rocketpy.environment module is responsible for the Atmospheric and Earth | ||
models. The methods and classes not listed in the __all__ variable will be | ||
considered private and should be used with caution. | ||
""" | ||
|
||
from .environment import Environment | ||
from .environment_analysis import EnvironmentAnalysis | ||
|
||
__all__ = ["Environment", "EnvironmentAnalysis"] |
Oops, something went wrong.