from single import db_singleton if __name__ == '__main__': print(id(db_singleton)) print(id(db_singleton)) print(id(db_singleton))