1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2019-03-29 12:37:46 +01:00
parent ea88c54b48
commit 38baa29fc3
3 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# TODO
L'obiettivo per il sottopackage `database` è quello di creare una classe `Alchemy`.

View file

@ -3,3 +3,4 @@ from sqlalchemy import create_engine
from sqlalchemy.engine import Engine
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import sessionmaker

View file