[M] Move constants to constants.py

This commit is contained in:
Hykilpikonna
2021-11-24 10:58:15 -05:00
parent 815eab8cf1
commit eda17f2ad0
4 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from dataclasses import dataclass
from py7zr import SevenZipFile
from main import DATA_DIR, TWEETS_DIR, USER_DIR
from constants import DATA_DIR, TWEETS_DIR, USER_DIR
from utils import *