Unknown state [2025-08-04]
This commit is contained in:
14
zelio/datagen/hipparcos.py
Normal file
14
zelio/datagen/hipparcos.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import sys
|
||||
import numpy
|
||||
|
||||
|
||||
def main():
|
||||
print("hello world!")
|
||||
print(sys.argv)
|
||||
_, out = sys.argv
|
||||
with open(out, 'w') as f:
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
6
zelio/datagen/pyproject.toml
Normal file
6
zelio/datagen/pyproject.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[project]
|
||||
name = "zelio-datagen"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"numpy"
|
||||
]
|
Reference in New Issue
Block a user