Source code for app.main

"""
Main module of the python package.
"""


[docs] def main(): """Main method called from from the command line.""" print("Hello, world")