Skip to content

Instantly share code, notes, and snippets.

@wgordon17
Created March 29, 2024 18:02
Show Gist options
  • Save wgordon17/d012d17475e4bb79fc31d02930a8edbc to your computer and use it in GitHub Desktop.
Save wgordon17/d012d17475e4bb79fc31d02930a8edbc to your computer and use it in GitHub Desktop.
from pathlib import Path
def hello() -> str:
ret_str= "Hello from fmt-test!"
return ret_str
def foo() -> Path:
return Path("foo/bar/baz")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment