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
No related tags found
No related merge requests found
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment