Skip to content

Commit 3f999ad

Browse files
committed
库封装准备
1 parent 50b8167 commit 3f999ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .pyViKey import *
2+
from . import pyViKeyLib

pyViKey.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import enum
22
from functools import wraps
33

4-
import pyViKeyLib as _Lib
4+
from . import pyViKeyLib as _Lib
55

66

77
def vikey_exception_wrapper(func):

0 commit comments

Comments
 (0)