Files
ChatBot/OLD/sqlLite/__init__.py
2025-10-03 15:03:18 +02:00

3 lines
60 B
Python

def set_db_name(name):
global db_name
db_name = name