Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 4, 2024
1 parent 119e50c commit 0d5b412
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zero_hid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .Mouse import Mouse
from .Keyboard import Keyboard
from .mouse import Mouse
from .keyboard import Keyboard
from .hid.keycodes import KeyCodes
from . import defaults

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0d5b412

Please sign in to comment.