Blaine Carter 6fd56a5d41 Modified the solutions of the HoL for Collaborate (#170)
added db_config and made changes to solutions to use db_config values
2018-04-21 10:08:04 -07:00

5 lines
126 B
Python

import os
dirName = os.path.dirname(os.path.dirname(__file__))
exec(open(os.path.join(dirName, "db_config.py"), "r").read())