9 lines
99 B
Python
9 lines
99 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from .parser import Parser
|
|
|
|
|
|
class Getchu(Parser):
|
|
source = 'getchu'
|