1
0
Fork 0
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:
Dylan Dizon 2018-11-06 15:20:31 -05:00
parent 58b721906b
commit 04f4af1f0e

View file

@ -6,6 +6,7 @@ import subprocess
from contextlib import suppress
from fractions import gcd
import math
from pprint import pprint
import aiohttp
import discord as d