9 lines
146 B
Python
9 lines
146 B
Python
|
# -*- coding: utf-8 mode: python -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
|
||
|
__all__ = ()
|
||
|
|
||
|
from app import *
|
||
|
|
||
|
class main(Page):
|
||
|
PREFIX = r'/'
|