proposed: schemas are placed in src/schema (module)

separating schemas from main.py might be a good idea since the parser
will support more fabrication methods, but since every method has its
dictionary is it even possible?
This commit is contained in:
2026-05-08 11:20:10 +02:00
parent 207de511fa
commit bb1ea8f1c3
3 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ from getpass import getpass
from APIHandler import APIHandler
from classes import *
from PIL import Image
# from schema import pld_deposition
def call_entrypoint_from_elabid(elabid):