Skip to content

Commit

Permalink
Merge pull request #82 from nitrictech/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
jyecusch authored Nov 14, 2022
2 parents 7fcba42 + 64382ba commit 96608e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nitric/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
"""Nitric Python SDK API Documentation. See: https://nitric.io/docs?lang=python for full framework documentation."""

from nitric.resources.apis import Api, api
from nitric.resources.apis import Api, api, MethodOptions, ApiOptions
from nitric.resources.buckets import Bucket, bucket
from nitric.resources.collections import Collection, collection
from nitric.resources.queues import Queue, queue
Expand All @@ -29,6 +29,8 @@
__all__ = [
"api",
"Api",
"ApiOptions",
"MethodOptions",
"bucket",
"Bucket",
"collection",
Expand Down

0 comments on commit 96608e9

Please sign in to comment.