7 lines
152 B
Python
7 lines
152 B
Python
# -*- coding: utf-8 -*-
|
|
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
|
|
|
|
|
|
from .comparoob import Comparoob
|
|
|
|
__all__ = ['Comparoob']
|