after_session_base

This module runs at the end of each session when the animal is back home.

  1. It backs up the session data to a remote server using rsync.

  2. You can override this class in your project code to implement custom behavior.

Classes

AfterSessionBase()

Base class for operations performed after a session ends.