mirror of
https://github.com/kennethreitz-archive/sshout.git
synced 2026-06-05 23:40:16 +00:00
16 lines
240 B
Python
16 lines
240 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
sshit.core
|
|
~~~~~~~~~~
|
|
|
|
This module contains the primary functionality of sshit.
|
|
"""
|
|
|
|
# from collections import namedtuple
|
|
|
|
# Dependency = namedtuple('Dependency', ['name', 'type'])
|
|
|
|
# dependencies = Dependency
|
|
|