Files
aquabot/loaddata.py
2020-08-26 16:23:31 +02:00

12 lines
268 B
Python

"""
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}")