Example #1
0
def get_default_configuration():
    """ Default configuration """
    from glumpy.app.configuration import get_default
    return get_default()
Example #2
0
def get_default_clock():
    """ Default clock """
    from glumpy.app.clock import get_default
    return get_default()
Example #3
0
def get_default_parser():
    """ Default command line argument parser """
    from glumpy.app.parser import get_default
    return get_default()
Example #4
0
def get_default_configuration():
    """ Default configuration """
    from glumpy.app.configuration import get_default
    return get_default()
Example #5
0
def get_default_clock():
    """ Default clock """
    from glumpy.app.clock import get_default
    return get_default()
Example #6
0
def get_default_parser():
    """ Default command line argument parser """
    from glumpy.app.parser import get_default
    return get_default()