add MainWindow class
This commit is contained in:
parent
92df96883c
commit
703aa114ab
@ -0,0 +1 @@
|
|||||||
|
from simplesvnbrowser.main_window import MainWindow
|
@ -1,2 +1,4 @@
|
|||||||
|
import simplesvnbrowser
|
||||||
|
|
||||||
def run(argv):
|
def run(argv):
|
||||||
print(argv)
|
print(argv)
|
||||||
|
3
simplesvnbrowser/main_window.py
Normal file
3
simplesvnbrowser/main_window.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
class MainWindow:
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
Loading…
x
Reference in New Issue
Block a user