| Report Summary | Show by files | Show by rules |
1 2 3 4 5 6 7 8 9 |
""" Script for easy direct execution Ciqar from a development environment. This file is not packaged and therefore not part of a delivered release. """ from ciqar import main if __name__ == "__main__": main() |