import argparse from pathlib import Path from ee.project import init parser = argparse.ArgumentParser() args = parser.parse_args() init(Path("."))