mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 09:55:50 +01:00
6 lines
55 B
Python
6 lines
55 B
Python
|
|
from . import _loader
|
||
|
|
|
||
|
|
|
||
|
|
def init():
|
||
|
|
_loader.init()
|