This is a test post

  • Item 1
  • Item 2
def main() -> None:
	print("Hello, world!")

if __name__ == "__main__":
	main()