mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Add pprint to utils.py for global use
This commit is contained in:
parent
58b721906b
commit
04f4af1f0e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import subprocess
|
||||||
from contextlib import suppress
|
from contextlib import suppress
|
||||||
from fractions import gcd
|
from fractions import gcd
|
||||||
import math
|
import math
|
||||||
|
from pprint import pprint
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import discord as d
|
import discord as d
|
||||||
|
|
Loading…
Reference in a new issue