Skip to content
Snippets Groups Projects
Commit 47374e5f authored by Jonas Leder's avatar Jonas Leder
Browse files

added message, if file is called directly, not via import.

if (__name__ == "__main__"):
    print("This file is not made fore direct call, please run the main.py")
    exit()
parent bc3e110c
No related branches found
Tags 1.7.5
Loading
Checking pipeline status