Skip to content

Commit

Permalink
docs(api): Add missing information
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 20, 2022
1 parent 0c9948d commit 32a9a4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions trame/assets/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ def save_response_content(response, destination):


class AbstractRemoteFile:
"""
AbstractRemoteFile provide infrastructure for RemoteFile where
only the method fetch() needs to be defined for a concreate implementation.
"""
def __init__(self, local_path=None, local_base=None):
# setup base path
self._base = os.getcwd()
Expand Down

0 comments on commit 32a9a4a

Please sign in to comment.