Function __init__
Synopsis
def __init__(self)
Description
Empty init by default
Source
Lines 16-21 in anyfig/config_functions.py.
def __init__(self):
"""
Empty init by default
"""
pass
def __init__(self)
Empty init by default
Lines 16-21 in anyfig/config_functions.py.
def __init__(self):
"""
Empty init by default
"""
pass