mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-26 17:13:09 +00:00
uv init
This commit is contained in:
parent
89fad09688
commit
f052f14484
4 changed files with 19 additions and 0 deletions
6
environments/hack0/main.py
Normal file
6
environments/hack0/main.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from hack0!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue