#!/usr/bin/env python3.2

import common

module_name_template = \
        "yarely.frontend.core.scheduler.display_controller"
requirements = []

common.launch_application(module_name_template, requirements)
예제 #2
0
#!/usr/bin/env python3

# -*- coding: utf-8 -*-
#
# Copyright 2011-2016 Lancaster University.
#
#
# This file is part of Yarely.
#
# Licensed under the Apache License, Version 2.0.
# For full licensing information see /LICENSE.

import common

module_name_template = "yarely.core.scheduling.manager"
requirements = []

common.launch_application(module_name_template, requirements)