...
Some checks failed
CI / test (pull_request) Failing after 17s
API CI / api-tests (pull_request) Failing after 31s

This commit is contained in:
Tim Lorsbach
2026-06-23 21:20:02 +02:00
parent 687a90af0e
commit 0842f67560
4 changed files with 68 additions and 27 deletions

2
epdb/exceptions.py Normal file
View File

@ -0,0 +1,2 @@
class InvalidSMILESException(Exception):
pass