Added newlines and sorted imports
Added newlines and sorted imports according to PEP-8.
This commit is contained in:
parent
3f9af5012c
commit
555ecfa7a3
1 changed files with 7 additions and 5 deletions
6
main.py
6
main.py
|
|
@ -1,9 +1,11 @@
|
|||
import pyautogui
|
||||
import os
|
||||
|
||||
if os.name == 'windows':
|
||||
import pyautogui
|
||||
|
||||
if os.name == "windows":
|
||||
import d3dshot
|
||||
|
||||
|
||||
class AutomatableGame:
|
||||
def __init__(self):
|
||||
self.loc = pyautogui.locateOnScreen("images/app.png")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue