8 lines
122 B
Python
8 lines
122 B
Python
'''Normal module that can be imported successfully.
|
|
'''
|
|
|
|
|
|
class Bar:
|
|
def __init__(self, foo):
|
|
self._foo = foo
|