1
0
mirror of synced 2024-11-14 18:07:36 +01:00
bemaniutils/bemani/sniff/__init__.py

7 lines
70 B
Python
Raw Normal View History

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