Added copyright info

This commit is contained in:
Mr Finchum 2025-01-12 16:57:50 +01:00
parent 646083daff
commit 082fd95eaf

View file

@ -1,6 +1,7 @@
from . import __version__ from . import __version__
# From ChatGPT # From ChatGPT
def main(): def main():
print("(C) 2024-2025 Mr. Finchum aka CodeByMrFinchum")
print(f"optima35 (v{__version__}) is a core library and not intended to be run directly.") print(f"optima35 (v{__version__}) is a core library and not intended to be run directly.")
print("Please use OptimaLab35 for a UI, run pip install OptimaLab35 and start with OptimaLab35.") print("Please use OptimaLab35 for a UI, run pip install OptimaLab35 and start with OptimaLab35.")