573in1/tools/common/__init__.py

14 lines
148 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
__version__ = "0.4.4"
__author__ = "spicyjpeg"
__all__ = (
"assets",
"cart",
"cartdata",
"games",
"mips",
"util"
)