Source code for pygenesis_django.info

"""
Info module
"""


[docs] def info(): """ PyGenesis info :return: PyGenesis usage info """ result = ('Just use this GitHub repository as template: ' 'https://github.com/libresource/pygenesis-django and enjoy yourself') return result