573in1/tools/common/__init__.py

13 lines
139 B
Python
Raw Normal View History

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