mirror of
https://github.com/MCMi460/3DS-RPC.git
synced 2025-06-18 13:35:34 -04:00
10 lines
222 B
Python
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
|
|
# --
|