#!/usr/bin/python3
from nebula_system_manager.app import main


if __name__ == "__main__":
    main()
