#!/mounts/lovelace/software/anaconda3/envs/py312/bin/python

from ete3 import NCBITaxa

ncbiObj = NCBITaxa()

print("success, if there are no error messages above...")
