# from rules.content_about import content_about def main(): """ Main function. Used specifically to call print results by calling functions into rules/. """ pass if __name__ == '__main__': main()