Code source de code_beatrix.scratchs.example_chute

"""
basic checking


:githublink:`%|py|5`
"""
import os


[docs]def check_chute(): """ basic checkings :githublink:`%|py|11` """ dirname = os.path.dirname(__file__) f0 = os.path.join(dirname, "chute.sb2") if not os.path.exists(f0): raise FileNotFoundError(f0)