Package Export/Import cycle

This commit is contained in:
Tim Lorsbach
2026-07-06 15:17:16 +02:00
parent 2fbffb4b3b
commit b0004ea66e
3 changed files with 314 additions and 554 deletions

View File

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