📁 Add new directory single-scripts
This commit is contained in:
19
single-scripts/hello.py
Normal file
19
single-scripts/hello.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# /// script
|
||||
# requires-python = ">=3.12"
|
||||
# dependencies = [
|
||||
# "py-common-lib",
|
||||
# ]
|
||||
#
|
||||
# [tool.uv.sources]
|
||||
# py-common-lib = { git = "https://git.hatter.ink/hatter/py-common-lib.git" }
|
||||
# ///
|
||||
|
||||
from py_common_lib import hello
|
||||
|
||||
|
||||
def main() -> None:
|
||||
print(hello())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user