Fix bad update to edge-playback
and bump version to 6.0.2
This commit is contained in:
9
src/edge_playback/__init__.py
Normal file
9
src/edge_playback/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Init file for the package.
|
||||
"""
|
||||
|
||||
from .__main__ import main
|
||||
|
||||
__all__ = ["main"]
|
||||
Reference in New Issue
Block a user