Files
DragonMinded_bemaniutils/bemani/sniff/__init__.py
T

7 lines
70 B
Python

from bemani.sniff.sniff import Sniffer
__all__ = [
"Sniffer",
]