mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
5 lines
41 B
Python
Executable File
5 lines
41 B
Python
Executable File
#!/usr/bin/python
|
|
import gui
|
|
gui.main()
|
|
|