mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
Move System and Member to separate files
This commit is contained in:
parent
138c0b7f8c
commit
49b4e4c1ef
9 changed files with 66 additions and 53 deletions
|
|
@ -6,7 +6,9 @@ import string
|
|||
import discord
|
||||
import humanize
|
||||
|
||||
from pluralkit import System, Member, db
|
||||
from pluralkit import db
|
||||
from pluralkit.system import System
|
||||
from pluralkit.member import Member
|
||||
from pluralkit.utils import get_fronters
|
||||
|
||||
logger = logging.getLogger("pluralkit.utils")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue