added subpath
This commit is contained in:
parent
247c59b800
commit
c156898316
@ -1,9 +1,12 @@
|
||||
import os
|
||||
import sys
|
||||
from sqlalchemy import create_engine, Column, String, Float, MetaData, Table
|
||||
from sqlalchemy.ext.declarative import declarative_base
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
from article_analyzer import ArticleAnalyzer
|
||||
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), 'finBERT', 'finbert'))
|
||||
|
||||
Base = declarative_base()
|
||||
|
||||
class ArticleAnalysis(Base):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user