#!/opt/cycle/jetpack/system/python/bin/python3
from jetpack import admin_cli

if __name__ == "__main__":
    admin_cli.admin_group()
