Skip to content

Instantly share code, notes, and snippets.

View rasputyashka's full-sized avatar
🔥
999 you dig?

Konstantin Rasputin rasputyashka

🔥
999 you dig?
  • 05:32 (UTC +03:00)
View GitHub Profile
from dataclasses import dataclass
from typing import List
import sqlite3
class db_connect:
def __init__(self, filename):
self.filename = filename