fix(core): Serializer _urls.notes
URL generation now dynamic
ref: #662 #665
This commit is contained in:
13
app/core/lib/feature_not_used.py
Normal file
13
app/core/lib/feature_not_used.py
Normal 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
|
Reference in New Issue
Block a user