"""Initialize the package.""" from .api import PyLaunches from .exceptions import PyLaunchesError __all__ = ["PyLaunches", "PyLaunchesError"]