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