librefi/librefi/fxckers/_dummy.py

11 lines
200 B
Python
Raw Normal View History

2020-11-29 05:05:37 +01:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
2020-08-30 16:26:29 +02:00
from ._common import BaseFxcker
# for just plain free wi-fi
class DummyFxcker(BaseFxcker):
def unfxck(self):
return True