feat: 添加 Python 项目文件
This commit is contained in:
parent
73ca594d5b
commit
8f6ccc1bb4
2
.env.example
Normal file
2
.env.example
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DATABASE_URL=sqlite:///db.sqlite
|
||||||
|
DEBUG=true
|
||||||
5
src/main.py
Normal file
5
src/main.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
def main():
|
||||||
|
print("Hello MCP!")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
Loading…
Reference in New Issue
Block a user