1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

docstring cleanup

This commit is contained in:
checktheroads 2019-12-30 22:59:08 -07:00
parent 4ab94c7a6a
commit 7d97b9330c

View file

@ -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