Some general cleanup

This commit is contained in:
Marco Thomas
2020-08-26 16:21:33 +02:00
parent 983a88c2d3
commit 95eac5b98c
8 changed files with 37 additions and 22 deletions

11
loadmedia.py Normal file
View File

@@ -0,0 +1,11 @@
"""
Gather all media data into one file,
so all other files can call it from here
"""
try:
from data.media import __media_anime__, __media_girl__
from data.memes import __memes_list__
except ImportError as error:
print(f"Error while importing: {error}")