mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Oops! Added encoding line to tables.py. #6
This commit is contained in:
parent
204fe28c7a
commit
0af6b1c8ab
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf8
|
||||
|
||||
from sqlalchemy import Column, ForeignKey, MetaData, Table
|
||||
from sqlalchemy.ext.declarative import declarative_base
|
||||
from sqlalchemy.orm import backref, relation
|
||||
|
|
Loading…
Reference in a new issue