mirror of
https://github.com/spicyjpeg/573in1.git
synced 2025-02-02 12:37:19 +01:00
13 lines
139 B
Python
13 lines
139 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
__version__ = "0.4.1"
|
|
__author__ = "spicyjpeg"
|
|
|
|
__all__ = (
|
|
"assets",
|
|
"cart",
|
|
"cartdata",
|
|
"games",
|
|
"util"
|
|
)
|