Reorganize file structure

This commit is contained in:
stephenmk 2023-04-11 12:01:23 -05:00
parent dcb425b066
commit 1b89a3542c
No known key found for this signature in database
GPG key ID: B6DA730DB06235F1
10 changed files with 10 additions and 10 deletions

View file

@ -1,10 +1,10 @@
import re
from bs4 import BeautifulSoup
import scraper as Scraper
import yomichan.export as YomichanExport
from entries.jitenon_kotowaza import JitenonKotowaza
from entries.jitenon_yoji import JitenonYoji
import bot.scraper as Scraper
import bot.yomichan.export as YomichanExport
from bot.entries.jitenon_kotowaza import JitenonKotowaza
from bot.entries.jitenon_yoji import JitenonYoji
def run_all():

View file

@ -2,8 +2,8 @@ import re
from datetime import datetime, date
from bs4 import BeautifulSoup
import yomichan.html_gloss as YomichanGloss
import util as Util
import bot.yomichan.html_gloss as YomichanGloss
import bot.util as Util
class Jitenon:

View file

@ -1,5 +1,5 @@
from entries.jitenon import Jitenon
import yomichan.grammar as Grammar
from bot.entries.jitenon import Jitenon
import bot.yomichan.grammar as Grammar
class JitenonKotowaza(Jitenon):

View file

@ -1,4 +1,4 @@
from entries.jitenon import Jitenon
from bot.entries.jitenon import Jitenon
class JitenonYoji(Jitenon):

View file

@ -17,7 +17,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
import argparse
import crawlers as Crawlers
import bot.crawlers as Crawlers
choices = {