sivicncdriver package

Submodules

sivicncdriver.app module

sivicncdriver.app.main()[source]

The main function of the application.

It will create a QApplication and a main window then run the application and exit.

sivicncdriver.settings module

Module contents

The SiviCNCDriver Package

This is the SiviCNCDriver package. To run the application directly you should use the sivicnc command in a shell. Alternately you can use the main function of the package which doesn’t take any parameter.

Example:
>>> from sivicncdriver.app import main
>>> main()