big idea: unify stock and crypto

This commit is contained in:
wjsjwr 2024-11-12 23:39:30 +08:00
parent 1e40922b6c
commit 73cdca8940
2 changed files with 9 additions and 2 deletions

View File

@ -1,2 +1,6 @@
# bigA
# Finance Consumer - 金融消费者
## 大A
## 虚拟货币

View File

@ -1,6 +1,9 @@
from memos import memos
import logging
import time
import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from memos import memos
logging.basicConfig(level=logging.INFO)