-
- Downloads
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()
if (__name__ == "__main__"): print("This file is not made fore direct call, please run the main.py") exit()