Initial commit
This commit is contained in:
6
folkugat_web/model/pagines.py
Normal file
6
folkugat_web/model/pagines.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import enum
|
||||
|
||||
|
||||
class Pages(enum.IntEnum):
|
||||
Sessions = 0
|
||||
Temes = 1
|
||||
Reference in New Issue
Block a user