mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-12-02 03:53:48 +00:00
8 lines
138 B
Python
8 lines
138 B
Python
|
from utils.plugins.manager import listener_plugins_class
|
||
|
from .map import Map
|
||
|
|
||
|
|
||
|
@listener_plugins_class()
|
||
|
class MapPlugins(Map):
|
||
|
pass
|