Source code for cookiecutterpackage.cookiecutterpackage

# -*- coding: utf-8 -*-

"""Main module."""

[docs]def function_with_docstring(): """This function got a socstring. Args: nothing Return: nothing """ x = 2 print("plop") return None