and thats a server we can use

This commit is contained in:
lda
2026-04-30 00:02:23 +07:00 Verified
parent 6cfdb5dcd5
commit 67a3e6a64c
50 changed files with 492 additions and 10 deletions
+4
View File
@@ -0,0 +1,4 @@
START = "__start__"
END = "__end__"
__all__ = ["START", "END"]