Skip to content

Commit

Permalink
Merge pull request #19 from HeloiseS/hfs/docstrings
Browse files Browse the repository at this point in the history
added the docstrings
  • Loading branch information
HeloiseS authored Dec 9, 2024
2 parents c17bf45 + 80075db commit 0a47281
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 217 deletions.
6 changes: 4 additions & 2 deletions atlasapiclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Roundabout way
# Roundabout way
from . import client, exceptions, utils

try:
import importlib.metadata as impmd
except (ModuleNotFoundError, ImportError):
Expand All @@ -15,4 +17,4 @@
except Exception:
__version__ = "unknown"

from . import client, exceptions, utils

Loading

0 comments on commit 0a47281

Please sign in to comment.