# from tools import db_helpers import sys def main(): print(sys.version) # db_helpers.add_columns_to_table() if __name__ == "__main__": main()