mirror of
https://github.com/romanz/amodem.git
synced 2026-03-17 07:05:59 +08:00
__main__: fix imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# PYTHON_ARGCOMPLETE_OK
|
||||
from amodem import main, calib, audio, async
|
||||
from amodem.config import bitrates
|
||||
from . import main, calib, audio, async
|
||||
from .config import bitrates
|
||||
from . import version
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user