Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    49231a76
    Refactor Action classes into separate file · 49231a76
    Florian Schröder authored
    Action, ActionType, and InterActionData classes have been moved from the environment module into a separate file named action.py. All imports have been adjusted to reflect this change. This provides a clearer structure and improves modularity in the code, as all action related classes and enums are now organized in a single module.
    49231a76
    History
    Refactor Action classes into separate file
    Florian Schröder authored
    Action, ActionType, and InterActionData classes have been moved from the environment module into a separate file named action.py. All imports have been adjusted to reflect this change. This provides a clearer structure and improves modularity in the code, as all action related classes and enums are now organized in a single module.