You've already forked AiraPulsar
使用 UV 包管理器
This commit is contained in:
1
moon/.python-version
Normal file
1
moon/.python-version
Normal file
@@ -0,0 +1 @@
|
||||
3.13
|
6
moon/main.py
Normal file
6
moon/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print("Hello from moon!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
7
moon/pyproject.toml
Normal file
7
moon/pyproject.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[project]
|
||||
name = "Moon"
|
||||
version = "0.1.0"
|
||||
description = "A relay server implementation of AiraPulsar Flight Control System"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = []
|
Reference in New Issue
Block a user