How to use the fritzconnection.get_version function in fritzconnection

To help you get started, we’ve selected a few fritzconnection examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github kbr / fritzconnection / fritzconnection / lib / fritzphonebook.py View on Github external
def get_version():
    return fritzconnection.get_version()
github kbr / fritzconnection / fritzconnection / lib / fritzcall.py View on Github external
def get_version():
    return fritzconnection.get_version()
github kbr / fritzconnection / fritzconnection / lib / fritzhosts.py View on Github external
def get_version():
    return fritzconnection.get_version()
github kbr / fritzconnection / fritzconnection / lib / fritzwlan.py View on Github external
def get_version():
    return fritzconnection.get_version()