page: add license identifier

This commit is contained in:
Peter Eisenmann
2022-04-20 02:14:23 +02:00
parent cd50596777
commit b5f4b236a0

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
class Page:
image_name: str
can_navigate_backward: bool = False