docs: move module into src directory

This commit is contained in:
TING-JUN WANG 2024-04-26 20:36:10 +08:00
parent c97fa9334b
commit 227051f875
5 changed files with 3 additions and 3 deletions

View File

@ -30,8 +30,8 @@ CLEAN_PATH
'''
from mailer import Mailer
from cleaner import Cleaner
from src.mailer import Mailer
from src.cleaner import Cleaner
import os
@ -98,4 +98,4 @@ def main(clean_type, test=True, send_mail=False):
if __name__ == "__main__":
main('home', test=False, send_mail=True)
main('home', test=True, send_mail=False)

Binary file not shown.

Binary file not shown.