mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
docstring cleanup
This commit is contained in:
parent
4ab94c7a6a
commit
7d97b9330c
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
"""
|
||||
"""hyperglass is a modern, customizable network looking glass written in Python 3.
|
||||
|
||||
https://github.com/checktheroads/hyperglass
|
||||
|
||||
The Clear BSD License
|
||||
|
|
@ -35,8 +36,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|||
POSSIBILITY OF SUCH DAMAGE.
|
||||
"""
|
||||
|
||||
# Standard Library Imports
|
||||
import sys
|
||||
|
||||
# Third Party Imports
|
||||
# Stackprinter Configuration
|
||||
import stackprinter
|
||||
import uvloop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue