瀏覽代碼

Re-order imports, add some metadata

Clara Hobbs 6 年之前
父節點
當前提交
d5f4383bc9
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      alpaca_isp/__init__.py

+ 4
- 1
alpaca_isp/__init__.py 查看文件

@@ -13,9 +13,12 @@
13 13
 # limitations under the License.
14 14
 """In-system programming tool for LPC microcontrollers"""
15 15
 
16
-from enum import Enum
16
+__author__ = "Clayton G. Hobbs"
17
+__version__ = "0"
18
+
17 19
 import struct
18 20
 import time
21
+from enum import Enum
19 22
 
20 23
 import serial
21 24
 

Loading…
取消
儲存