mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-05 18:50:01 +00:00
7 lines
84 B
Python
7 lines
84 B
Python
"""
|
|
This module has been ported to Python 3.
|
|
"""
|
|
|
|
class Namespace(object):
|
|
pass
|