Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def create_session(session_type='bf', **params):
"""Create session with the supplied params."""
return Session.get(type_=session_type, **params)