Source code for breton_cretenet.main

[docs]def main(): print("Main was called")
if __name__ == "__main__": main()