3DS-RPC/api/__init__.py
Deltaion Lee 176f97a4e5 Fix #4
Thanks @cringefloof for bring this to my attention.
2023-01-29 18:26:00 -06:00

10 lines
222 B
Python

# Created by Deltaion Lee (MCMi460) on Github
from .public import * # public
from .love import * # fc2pi
from .util import * # utility
# --
# Following is unnecessary for production
# from .main import * # main loop
# --