mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
5 lines
41 B
Python
Executable File
5 lines
41 B
Python
Executable File
#!/usr/bin/python
|
|
import gui
|
|
gui.main()
|
|
|