Skip to content

Instantly share code, notes, and snippets.

View FFengIll's full-sized avatar
🎯
Focusing

FFengIll FFengIll

🎯
Focusing
  • Galaxy
View GitHub Profile
import os
from pprint import pprint
try:
os.remove('pysqlite.db3')
except:
pass
from sqlalchemy.schema import CreateTable
from sqlalchemy import create_engine,MetaData