📄 Add python copyright and credits print

This commit is contained in:
2024-05-03 08:58:36 +02:00
parent 613e77202b
commit 4cc4d68519

View File

@@ -5,6 +5,8 @@ from dotenv import load_dotenv
def main(): def main():
copyright()
credits()
load_dotenv() load_dotenv()
logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.INFO)
init_db() init_db()