main commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-16 16:30:25 +09:00
parent 91c7e04474
commit 537e7b363f
1146 changed files with 45926 additions and 77196 deletions

View File

@@ -1,4 +1,4 @@
#!/home/trevor/dev/chat/venv/bin/python
#!/home/trevor/dev/chat/venv/bin/python3.12
# -*- coding: utf-8 -*-
import re
import sys

View File

@@ -1,4 +1,4 @@
#!/home/trevor/dev/chat/venv/bin/python
#!/home/trevor/dev/chat/venv/bin/python3.12
# -*- coding: utf-8 -*-
import re
import sys

View File

@@ -1,4 +1,4 @@
#!/home/trevor/dev/chat/venv/bin/python
#!/home/trevor/dev/chat/venv/bin/python3.12
# -*- coding: utf-8 -*-
import re
import sys

View File

@@ -1,8 +0,0 @@
#!/home/trevor/dev/chat/venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from fastapi.cli import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())

View File

@@ -1,4 +1,4 @@
#!/home/trevor/dev/chat/venv/bin/python
#!/home/trevor/dev/chat/venv/bin/python3.12
# -*- coding: utf-8 -*-
import re
import sys