fix(core): Serializer _urls.notes URL generation now dynamic

ref: #662 #665
This commit is contained in:
2025-03-03 23:17:52 +09:30
parent 90a1e4baad
commit f833121c08
13 changed files with 112 additions and 17 deletions

View File

@ -0,0 +1,13 @@
class FeatureNotUsed:
"""Type used to denote that a feature is not enabled"""
def __bool__(self):
return False
def __list__(self):
return False