How to use the appier.APIApp.__init__ function in appier

To help you get started, we’ve selected a few appier 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 hivesolutions / netius / src / netius / base / diag.py View on Github external
def __init__(self, system, *args, **kwargs):
        appier.APIApp.__init__(
            self,
            name = "diag",
            *args, **kwargs
        )
        self.system = system