Adjust lib/chatmark

This commit is contained in:
kagami 2024-05-09 21:16:38 +08:00
parent 8b33eaa947
commit b87414e38d
2 changed files with 1 additions and 7 deletions

View File

@ -1 +0,0 @@
tmp/

View File

@ -1,11 +1,6 @@
import os
import sys
import time
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "libs"))
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "libs"))
from chatmark import Button, Checkbox, Form, Radio, Step, TextEditor # noqa: E402
from lib.chatmark import Button, Checkbox, Form, Radio, Step, TextEditor
def main():