mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
6 lines
84 B
Python
6 lines
84 B
Python
#!/usr/bin/env python3
|
|
|
|
from dyn2py import run
|
|
|
|
if __name__ == "__main__":
|
|
run() |