FEgor04

__main__.py

Aug 22nd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. import csv_connect as csv
  2. import age_analyzer as analyzer
  3. from settings import input_file, output_file, analyze_file
  4.  
  5. if __name__ == "__main__":
  6.     csv.analyze(analyze_file)
Add Comment
Please, Sign In to add comment