Add admin port support with other major refactorations
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .client import OpenTTDClient
|
||||
from .decorators import exclude_call_check
|
||||
from .client import OpenTTDClient, OpenTTDAdminClient
|
||||
|
||||
__all__ = ['OpenTTDClient']
|
||||
__all__ = ['OpenTTDClient', 'OpenTTDAdminClient', 'exclude_call_check']
|
||||
|
||||
Reference in New Issue
Block a user