Skip to content

Allow to run Sardana scripts as Python modules

sardana-bot requested to merge github/fork/catunlock/add_mains into develop

Created by: catunlock

This addition allows for the user to run the Sardana scripts as modules, using python -m i.e: python -m sardana.tango.macroserver.

This allows running debuggers passing the module name. (Especially helpful for VS Code).

Merge request reports