ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

ModuleNotFoundError: No module named 'sample' #233

Open vprat opened 1 year ago

vprat commented 1 year ago

File setup.py declares entry point sample=sample:main, but no module named sample can be found in the repository.