Source code for kabbes_s3synchrony
import dir_ops as do
import os
_Dir = do.Dir( os.path.abspath( __file__ ) ).ascend() #Dir that contains the package
templates_Dir = do.Dir( _Dir.join( 'Templates' ) )
platforms_Dir = do.Dir( _Dir.join( 'Platforms') )
from .BasePlatform import BasePlatform
from . import Platforms
from . import Templates
from .Connection import Connection
from .Client import Client