feat: added detection to autoscann pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -17,6 +17,9 @@ class SourceType:
|
||||
def register_page(self, page: Page):
|
||||
self.page = page
|
||||
|
||||
def deregister_page(self):
|
||||
self.page = None
|
||||
|
||||
def __hash__(self):
|
||||
return hash(self.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user