nat.front_ends.simple_base.simple_front_end_plugin_base#
Attributes#
Classes#
Helper class that provides a standard way to create an ABC using |
Module Contents#
- logger#
- class SimpleFrontEndPluginBase#
Bases:
nat.builder.front_end.FrontEndBase[nat.data_models.front_end.FrontEndConfigT],abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- async pre_run()#
- async run()#
- abstractmethod run_workflow(session_manager: nat.runtime.session.SessionManager)#
- Async: