Core Module =========== The core module provides fundamental functionality for The Data Packet including configuration management, exception handling, and logging. Configuration ------------- .. automodule:: the_data_packet.core.config :members: :undoc-members: :show-inheritance: Exceptions ---------- .. automodule:: the_data_packet.core.exceptions :members: :undoc-members: :show-inheritance: Logging ------- .. automodule:: the_data_packet.core.logging :members: :undoc-members: :show-inheritance: