mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +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
|