This repository has been archived on 2022-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
GesMag/csv.py

8 lines
199 B
Python
Raw Normal View History

from users import Utilisateurs
class CSV(Utilisateurs):
"""Gère l'export des statistiques en format CSV."""
def __init__(self):
super().__init__(r"db.sqlite3")
print("uwu")