feat: add python none test

This commit is contained in:
2025-09-09 21:49:39 +08:00
parent 708d926e6c
commit f324b273ed
2 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
def attr(cls):
cls._attr1 = 'test'
return cls