filled with local imports

This commit is contained in:
Specoolazius 2022-04-02 20:59:24 +02:00
parent 9a730f7b2b
commit 33a0340c3c
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
from .admin import Admin
from .startstop import StartStop
from .status import Status

View File

@ -0,0 +1,3 @@
from .config import Configs
from .presence import Presence
from .client import Client