Skip to content

Commit

Permalink
add folder cwl_app for the CWLApp package
Browse files Browse the repository at this point in the history
  • Loading branch information
NishchayKarle committed Apr 24, 2024
1 parent 57ecb77 commit a10a1e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cwl/cwl_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""This package provides a CWLApp class to run CWL Command Line Tools."""

from cwl.cwl_app import CWLApp
from cwl.cwl_app import CWLApp

__all__ = ['CWLApp']

0 comments on commit a10a1e7

Please sign in to comment.