1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-17 00:07:45 +02:00
Files

9 lines
130 B
Python
Raw Permalink Normal View History

#!/usr/bin/env python3
from socrate import system
system.set_env()
2023-10-07 10:03:23 +02:00
with open('/app/olefy.py') as olefy:
exec(olefy.read())