Skip to content

src.function_file

function_file

my_function()

This is an empty function

Source code in src/function_file.py
1
2
3
def my_function():
    """This is an empty function"""
    pass