Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Didn't do single line imports tho
Browse files Browse the repository at this point in the history
  • Loading branch information
MM-coder committed Mar 20, 2020
1 parent 36e4aca commit ead1496
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import api, wallpaper, gui, time
import api
import wallpaper
import gui
import time


def background():
Expand Down
7 changes: 5 additions & 2 deletions wallpaper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import os, ctypes
import PIL, api, config
import os
import ctypes
import PIL
import api
import config
from PIL import Image, ImageFilter, ImageDraw, ImageFont

d = os.getcwd() # Get current working dir globally
Expand Down

0 comments on commit ead1496

Please sign in to comment.