mirror of
https://github.com/EliteMasterEric/awesome-lego-universe.git
synced 2024-11-12 22:28:20 +00:00
8 lines
267 B
Python
8 lines
267 B
Python
# Path to the logo image to display on the application
|
|
LOGO = 'logo/logo.png'
|
|
|
|
# Path to the privacy policy users have to agree to
|
|
PRIVACY_POLICY = 'policy/Privacy Policy.pdf'
|
|
|
|
# Path to the terms of use users have to agree to
|
|
TERMS_OF_USE = 'policy/Terms of Use.pdf' |