예제 #1
0
def get_default_configuration():
    """ Default configuration """
    from glumpy.app.configuration import get_default
    return get_default()
예제 #2
0
def get_default_clock():
    """ Default clock """
    from glumpy.app.clock import get_default
    return get_default()
예제 #3
0
def get_default_parser():
    """ Default command line argument parser """
    from glumpy.app.parser import get_default
    return get_default()
예제 #4
0
파일: defaults.py 프로젝트: mabl/glumpy
def get_default_configuration():
    """ Default configuration """
    from glumpy.app.configuration import get_default
    return get_default()
예제 #5
0
파일: defaults.py 프로젝트: mabl/glumpy
def get_default_clock():
    """ Default clock """
    from glumpy.app.clock import get_default
    return get_default()
예제 #6
0
파일: defaults.py 프로젝트: mabl/glumpy
def get_default_parser():
    """ Default command line argument parser """
    from glumpy.app.parser import get_default
    return get_default()