fix: switch run command from main.py to dreamii module and remove unused fetch module

This commit is contained in:
2025-01-27 18:32:42 +00:00
parent 5f3ddd15ba
commit 46e5d21bc6
7 changed files with 242 additions and 107 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ install:
$(PYTHON) -m pip install -e .
run:
$(PYTHON) main.py
$(PYTHON) -m dreamii