#2912 - Actioning review comments. Identifiers have been removed from AbstractActions, _legacy folder has been deleted and correction to IPV4Address type hints

This commit is contained in:
Charlie Crane
2025-01-13 16:12:16 +00:00
parent a0a5f2ca38
commit 3cca3d4a5c
12 changed files with 17 additions and 1270 deletions

View File

@@ -1,4 +1,5 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
from abc import ABC
from typing import ClassVar
from primaite.game.agent.actions.abstract import AbstractAction
@@ -14,7 +15,7 @@ __all__ = (
)
class NodeApplicationAbstractAction(AbstractAction, identifier="node_application_abstract_action"):
class NodeApplicationAbstractAction(AbstractAction, ABC):
"""
Base class for application actions.