We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14d117 commit 4e86d52Copy full SHA for 4e86d52
2 files changed
automation/automation.py
@@ -1,6 +1,9 @@
1
+#!/usr/bin/env python3
2
-# Version 1.1
3
-# Author: Chih-Chen Kao
+
4
+__author__ = "Chih-Chen Kao"
5
+__copyright__ = "Copyright (C) 2018, Chih-Chen Kao"
6
+__license__ = "GPL"
7
8
import telnetlib
9
import sys
format/formatter.py
@@ -1,5 +1,5 @@
# Author: Chih-Chen Kao
import re
0 commit comments