File tree 9 files changed +0
-57
lines changed
addons/source-python/packages/source-python
9 files changed +0
-57
lines changed Original file line number Diff line number Diff line change 11
11
from commands .client .manager import client_command_manager
12
12
13
13
14
- # =============================================================================
15
- # >> ALL DECLARATION
16
- # =============================================================================
17
- __all__ = ('ClientCommand' ,
18
- )
19
-
20
-
21
14
# =============================================================================
22
15
# >> CLASSES
23
16
# =============================================================================
Original file line number Diff line number Diff line change 11
11
from commands .client .manager import client_command_manager
12
12
13
13
14
- # =============================================================================
15
- # >> ALL DECLARATION
16
- # =============================================================================
17
- __all__ = ('ClientCommandFilter' ,
18
- )
19
-
20
-
21
14
# =============================================================================
22
15
# >> CLASSES
23
16
# =============================================================================
Original file line number Diff line number Diff line change 13
13
from commands .player import _PlayerCommandManager
14
14
15
15
16
- # =============================================================================
17
- # >> ALL DECLARATION
18
- # =============================================================================
19
- __all__ = ('client_command_manager' ,
20
- )
21
-
22
-
23
16
# =============================================================================
24
17
# >> CLASSES
25
18
# =============================================================================
Original file line number Diff line number Diff line change 11
11
from commands .say .manager import say_command_manager
12
12
13
13
14
- # =============================================================================
15
- # >> ALL DECLARATION
16
- # =============================================================================
17
- __all__ = ('SayCommand' ,
18
- )
19
-
20
-
21
14
# =============================================================================
22
15
# >> CLASSES
23
16
# =============================================================================
Original file line number Diff line number Diff line change 11
11
from commands .say .manager import say_command_manager
12
12
13
13
14
- # =============================================================================
15
- # >> ALL DECLARATION
16
- # =============================================================================
17
- __all__ = ('SayFilter' ,
18
- )
19
-
20
-
21
14
# =============================================================================
22
15
# >> CLASSES
23
16
# =============================================================================
Original file line number Diff line number Diff line change 13
13
from commands .say import unregister_say_filter
14
14
15
15
16
- # =============================================================================
17
- # >> ALL DECLARATION
18
- # =============================================================================
19
- __all__ = ('say_command_manager' ,
20
- )
21
-
22
-
23
16
# =============================================================================
24
17
# >> CLASSES
25
18
# =============================================================================
Original file line number Diff line number Diff line change 11
11
from commands .server .manager import server_command_manager
12
12
13
13
14
- # =============================================================================
15
- # >> ALL DECLARATION
16
- # =============================================================================
17
- __all__ = ('ServerCommand' ,
18
- )
19
-
20
-
21
14
# =============================================================================
22
15
# >> CLASSES
23
16
# =============================================================================
Original file line number Diff line number Diff line change 11
11
from commands .server import get_server_command
12
12
13
13
14
- # =============================================================================
15
- # >> ALL DECLARATION
16
- # =============================================================================
17
- __all__ = ('server_command_manager' ,
18
- )
19
-
20
-
21
14
# =============================================================================
22
15
# >> CLASSES
23
16
# =============================================================================
Original file line number Diff line number Diff line change 33
33
# >> ALL DECLARATION
34
34
# =============================================================================
35
35
__all__ = ('CustomType' ,
36
- 'Type' ,
37
36
'TypeManager' ,
38
37
'manager' ,
39
38
)
You can’t perform that action at this time.
0 commit comments