Skip to content

Commit

Permalink
Updating __init__.py to allow import AwsCronite Class
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarth-patil committed Dec 30, 2024
1 parent 53d0464 commit 1d86d3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/aws_croniter/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .aws_croniter import AwsCroniter

# Should be exported when using `from aws_croniter import *`
__all__ = ["AwsCroniter"]

0 comments on commit 1d86d3a

Please sign in to comment.