2018-01-04 23:47:23 +01:00
|
|
|
# Nothing to see here, this file is just empty to support a imp.load_source
|
|
|
|
# without doing anything
|
2020-06-22 22:27:08 +02:00
|
|
|
from __future__ import (absolute_import, division, print_function)
|
2018-01-04 23:47:23 +01:00
|
|
|
__metaclass__ = type
|
|
|
|
|
|
|
|
|
|
|
|
class test:
|
|
|
|
def __init__(self, *args, **kwargs):
|
|
|
|
pass
|