o
    ȷe)                     @   s,   d dl mZ d dl mZ dd Zdd ZdS )    )get_regions)connectc                  C   s   ddl m}  td| dS )z
    Get all available regions for the Amazon EC2 Container Service.

    :rtype: list
    :return: A list of :class:`boto.regioninfo.RegionInfo`
    r   EC2ContainerServiceConnectionec2containerservice)connection_cls)boto.ec2containerservice.layer1r   r   r    r	   X/var/www/ideatree/venv/lib/python3.10/site-packages/boto/ec2containerservice/__init__.pyregions   s   r   c                 K   s"   ddl m} td| fd|i|S )Nr   r   r   r   )r   r   r   )region_name	kw_paramsr   r	   r	   r
   connect_to_region'   s   
r   N)boto.regioninfor   r   r   r   r	   r	   r	   r
   <module>   s   