From a10a1e7165662f15da52f3f58b37010c25b208f6 Mon Sep 17 00:00:00 2001 From: nishchaykarle Date: Wed, 24 Apr 2024 06:13:29 -0500 Subject: [PATCH] add folder cwl_app for the CWLApp package --- cwl/cwl_app/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cwl/cwl_app/__init__.py b/cwl/cwl_app/__init__.py index 9f61e51..d418f32 100644 --- a/cwl/cwl_app/__init__.py +++ b/cwl/cwl_app/__init__.py @@ -1,3 +1,5 @@ """This package provides a CWLApp class to run CWL Command Line Tools.""" -from cwl.cwl_app import CWLApp \ No newline at end of file +from cwl.cwl_app import CWLApp + +__all__ = ['CWLApp'] \ No newline at end of file