first structure
This commit is contained in:
parent
e0895e9dbe
commit
1997ef00ab
2 changed files with 10 additions and 0 deletions
8
ronrunner_1.0~beta1-1/DEBIAN/control
Normal file
8
ronrunner_1.0~beta1-1/DEBIAN/control
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Package: ronrunner
|
||||
Version: 1.0~beta1-1
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: python3
|
||||
Maintainer: Didictateur
|
||||
Description: RonRunner
|
||||
2
ronrunner_1.0~beta1-1/usr/bin/ronrunner.py
Normal file
2
ronrunner_1.0~beta1-1/usr/bin/ronrunner.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
from tkinter import *
|
||||
from tkinter import ttk
|
||||
Loading…
Reference in a new issue