Skip to content

Commit

Permalink
v2.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Nov 3, 2023
1 parent d6af383 commit cc468e2
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 343 deletions.
2 changes: 1 addition & 1 deletion phi/aws/resource/ec2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from phi.aws.resource.ec2.security_group import SecurityGroup
from phi.aws.resource.ec2.security_group import SecurityGroup, InboundRule, OutboundRule, get_my_ip
from phi.aws.resource.ec2.subnet import Subnet
from phi.aws.resource.ec2.volume import EbsVolume
Loading

0 comments on commit cc468e2

Please sign in to comment.