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

3 lines
60 B
Python

def set_db_name(name):
global db_name
db_name = name