mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-06 23:53:31 +00:00
remove underscore from package name
remove underscore from package name
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import vban_cmd
|
||||
from vban_cmd import kinds
|
||||
from vban_cmd.channel import Modes
|
||||
import vbancmd
|
||||
from vbancmd import kinds
|
||||
from vbancmd.channel import Modes
|
||||
import socket
|
||||
from threading import Thread
|
||||
from time import sleep
|
||||
|
||||
_kind = 'potato'
|
||||
opts = {
|
||||
@@ -14,7 +13,7 @@ opts = {
|
||||
'channel': 3
|
||||
}
|
||||
|
||||
vbanrs = {kind.id: vban_cmd.connect(_kind, **opts) for kind in kinds.all}
|
||||
vbanrs = {kind.id: vbancmd.connect(_kind, **opts) for kind in kinds.all}
|
||||
tests = vbanrs[_kind]
|
||||
|
||||
def setup_package():
|
||||
|
||||
Reference in New Issue
Block a user