"""TODO: Add docstring.""" def test_import_main(): """TODO: Add docstring.""" pass # OPUS is no longer maintained in favor of dora-phi4 # from dora_opus.main import main # Check that everything is working, and catch dora Runtime Exception as we're not running in a dora dataflow. # nwith pytest.raises(RuntimeError): # nmain()