Skip to content

Commit

Permalink
Update and rename MultiTouchHelper to multiTouchHelper.py
Browse files Browse the repository at this point in the history
不知道能不能用,有没有大佬帮忙测试一下,不能用就退回来删了。。按照java的改成python
  • Loading branch information
Nikoyaya authored May 27, 2024
1 parent 8fbf29e commit e70be66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from uiautomator2 import PointerInput, Sequence, Pause
from typing import List

class MultiTouchHelper:
class multiTouchHelper:
def __init__(self, device: Device):
self.device = device

Expand Down

0 comments on commit e70be66

Please sign in to comment.