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